I followed Lecture 10 from the Apna College series. Before today, my code ran one line after another. This is synchronous execution. If one line takes five seconds, the whole program stops. This ...
𝗗𝗮𝘆 𝟮𝟰 𝗼𝗳 𝗟𝗲𝗮𝗿𝗻𝗶𝗻𝗴 𝗠𝗘𝗥𝗡 𝗦𝘁𝗮𝗰𝗸 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 ...