); }); // Callback making use of the JavaScript Timer setTimeout(function(){ alert("3 seconds have passed."); }, 3000); 5. Object-Oriented JS and Prototypal Inheritance i. Function Constructors When you call a function with the new keyword, a new object is created in memory, and ...