Object.is is a better alternative to ===. Let's have a look at why!
Articles โ Page 97
Keep writing, writing, writing ...
A monthly collection of links and things that I've been up to in March.
Vadim Makeev shared the surprising fact that view port units can harm accessibility
When a browser receives an HTML document, it creates the Document Object Model (DOM) which is a tree representation of the document. There are various methods to access DOM elements and they all return different things.
I never had to use the lookahead feature in regular expressions but today I had a look and digged deeper.