DOM deep dive update 🧠
Over the last phase, I completed JavaScript DOM thoroughly. This is where JS truly meets the browser and turns static pages into interactive systems.
Sharing what I covered and built -
📷 #javascriptdaily#DOM#LearningInPublic#WebDev
👇
i was playing with the promises,
i got to new about the new promise method that is
Promise.race([....]);
this is return the promise which is resolved first amont the list of the promise.
#js#JavaScriptDaily#javascript
Topics covered today✅:
1⃣ Scopes {Source from MDN WEB DOCS}
2⃣ Deep Dive Into the Concepts of Global Variables..using few examples{Shown in photos below}
#100DayofCode🚀
#Day9#JavaScriptdaily