I watched lecture 9 from the Apna College JavaScript series. Yesterday I learned how single objects share methods. Today I learned how to build blueprints for objects. This helps you build scalable ...
I finished Lecture 8 from Apna College. I studied event listeners and the event object. The event object contains data about an action. - e.type tells you the event name. - e.target tells you which ...