How to use String literals in JavaScript
How to use strings and string operations, Surrogate Pairs, String wrapper object and prototype functions. Importance of RegExp... (more…)
Read more »
Since arrow functions were introduced in ES6, they have become increasingly popular, changing the look and function of regular functions. I love arrow functions; I use them all the time. In fact, t… Read more