This post contains reference materials that helped in writing the JavaScript section of this series and resources to help you in your learning endeavors.
Articles
The following articles will help you advance your JavaScript skills. Take your time to read them and if they contain code examples do your best to follow along.
Youtube Videos
References
DOM Nodes. https://javascript.info/dom-nodes
Document Object Model. https://eloquentjavascript.net/14_dom.html
Introduction to the DOM. https://www.digitalocean.com/community/tutorials/introduction-to-the-dom
MDN — Document Object Model. https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction
Ajax (programming). https://en.wikipedia.org/wiki/Ajax_(programming)#Drawbacks
Ajax: A new approach to web applications. https://web.archive.org/web/20150910072359/http://adaptivepath.org/ideas/ajax-new-approach-web-applications/
XMLHttpRequest https://en.wikipedia.org/wiki/XMLHttpRequest
Explaining Ajax. https://adactio.com/articles/1238/
XMLHttpRequest Specification. https://xhr.spec.whatwg.org/
Asynchronous vs Synchronous execution, what does it really mean? — Stackoverflow. https://stackoverflow.com/questions/748175/asynchronous-vs-synchronous-execution-what-does-it-really-mean
XAMPP server https://www.apachefriends.org/index.html
MDN — addEventListener. https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
AJAX — The XMLHttpRequest Object. https://www.w3schools.com/js/js_ajax_http.asp
Comments