Object.create in JavaScript
Object.create method is another method to create new object in JavaScript. (more…)
Read more »
Master ‘this’ by learning exactly how its rules work in JavaScript. Eliminate the cloud of uncertainty surrounding this keyword. Learn exactly how ‘this’ is determined, how to predict what it will be before you run your code, and how to leverage its uses. Read more