If this question comes up you must ask yourself, what are we going to actually check for equality? Two objects or the properties of two objects? If you have …
This is a collection of common Javascript interview questions you may need to answer. I wrote a post for each of them explaining them in natural language. Enjoy! Basic …
A seriously necessary question which any JS programmer should be able to easily explain. Let’s make it simple: Syncronous code is the code which runs each instruction in order, …