@Innovativecoder
Web Developer and Renaissance polymath
Nothing here yet.
A coding buff with an instinct of building products through first principles and distributing among multitudes.
JS tries to satisfy the extremely pervasive desire to design with classes by providing seemingly class-like syntax. A class is a blueprint. To actually get an object we can interact with, we must build something from the class i.e. instantiate. The ...

You can add one or more key/value pairs to the literal declaration, whereas with constructed-form objects, you must add the properties one by one. Date lues can "only" be created with their constructed object form, as they have no literal form count...

The best approach to avoid the use of anonymous functions altogether requires a self-reference, and instead uses a named function. using call(..), we ensure the "this" points at the function object itself. Internally scope is like an object with p...
