𝗗𝗮𝘆 𝟮𝟰 𝗼𝗳 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗠𝗘𝗥𝗡 𝗦𝘁𝗮𝗰𝗸 I finished the DOM and Events lectures from Apna College. Today, I focused on building. I built a Tic-Tac-Toe game using vanilla JavaScript, HTML5 ...
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 ...