Introduction Writing clean code is very essential is easy toread,understand and maintain. It increases quality of a resulting product and faster...
We all developers want to be great programmers. But, What does it take to become one? Let's find out.. Programming fundamentals - In a world where...
Interesting history In the way-back days of Javscript, the function document.write() was the only way to have Javascript interact with the web page....
Prerequisite - understanding of proto Simple Example The Object.create() method creates a new object, using an existing object as the prototype of...
prototype and constructor Every function has a prototype field which is an object and has a field called constructor which points to the main...
Existence of prototype and proto Every Object in Js(Javascript) has proto field but NO prototype Every function has prototype field and since...