The new Keyword in JavaScript:
You've probably written something like this without thinking twice:
javascript
const today = new Date();
const pattern = new RegExp("hello");
That new sitting there what is it actually doing?
Most tu
blogs.satpal.cloud6 min read