Do you know the difference between var, let and const?

Hey guys, in this another small article I am going to explain the key difference between var, let and const. Now the question is do you know the difference between var, let and const? ..really? Do you even know what let and const can do to improve your code? If you...
Read More ⟶

Remove duplicate array via vanilla JavaScript

In this, another small tutorial I am going to show you how you simply remove the duplicate array from any array given. This is a very simple trick, so you don’t require any other plugin or framework. I am going to show you how to remove duplicate array via vanilla...
Read More ⟶

TODO application with Javascript and localstorage

Todo application with Javascript and localstorage. I have build this small application using vanilla JavaScript. Demo link Git Hub link Special thank to ID generator code from codepen. I have used the Id generator code from above codepen url, that helped...
Read More ⟶