Hey Guys, This is the second article from the series A, B, C’s of JavaScript, If you haven’t read my first article from the series, I do recommend you to read it here. In this article, I will be ...
I've recently started to use JSLint to check some JavaScript code I'm using on a website. Lo and behold, I learned something about JavaScript: the identity operator (i.e. === and !==). I'm not sure ...