Difference between == and === in JavaScript - Full explanation
Don't know the difference between the various types of JavaScript comparison operators? When to use ==, ===, != or !==? Read this article and you will have all the information you need.
Don't know the difference between the various types of JavaScript comparison operators? When to use ==, ===, != or !==? Read this article and you will have all the information you need.
Learn a cleaner and more effective way to replace accents, punctuation and other special characters using JavaScript.
If you, like me, were using Sublime or another code editor and want to give Atom a chance, you are making the right choice. Follow the steps below and have Atom installed in a few minutes.
This tip goes to those who need to translate the Atom editor into any other language. Just install an additional package and that's it.
All you need to know about ZEROFILL and UNSIGNED, two attributes that are almost always left at their default value. In this article I bring a quick, but complete explanation.
All you need to know about how loop animations work in CSS + animation example to use in your projects.