JavaScript is an ever evolving language that it gives the programmers some creativity to code more elegantly the more it updates. Here are some of the tricks you can apply.

JavaScript is an ever evolving language that it gives the programmers some creativity to code more elegantly the more it updates. Here are some of the tricks you can apply.
ES2020 has already been finalized! In this post, I share some of the useful features we can already expect from the latest update in JavaScript.
What is the difference between var, let, and const in JavaScript? In this post, I will share about the difference in them, and recommendation on which to use.
In this post, I shared about some simple regex implementation using JavaScript. It consists of built-in JavaScript functions, and implementations in some real life use cases. Oh, as usual I also included the code snippets, so you will be more convinced that the code is working. Click on the title to read more…