JDJyoti Dhatarwalinjyoti-dhatarwal.hashnode.dev·Jun 14, 2023 · 3 min readRegular Expressions in JavaScriptIntroduction What is a Regular Expression or RegEx? So, Regular Expressions are a way to describe patterns in string data. In other words, Regular Expressions are patterns used to match character combinations in strings. Creating a RegEx Expression R...00
JDJyoti Dhatarwalinjyoti-dhatarwal.hashnode.dev·Jun 13, 2023 · 3 min readNeed of Good Commit MessagesIntroduction Commits can be thought of as snapshots or milestones along the timeline of a Git project. Commits are created with the git commit command to capture the state of a project then. git commit -m "commit message" Whenever we made some progre...00