Core JavaScript
The first programming language I learnt. This directory is about the core JavaScript Language. For JavaScript in the browser go to /webdev/javascript. For JavaScript at the backend go to /nodejs.
- JavaScript: Use variables in Regular Expressions
How to use variables in Regular Expression So you know the basics of Regular Expressions in JavaScript and often use it for replacing text etc. Example: var sentence = 'Regular Expression'; sentence....