In JavaScript, objects are king. If you understand objects, you understand JavaScript. There are many ways to create objects in JavaScript as below 1. Object constructor: The simplest way to create an empty object is Read more…
It’s while developing the chrome extensions, I faced an issue while performing certain event on the page URL was getting updated but my script didn’t get executed (script executed once only on window onload event), Read more…