AJAX: como fazer requisições AJAX com JAVASCRIPT PURO (XmlHttpRequest)

In this video, I'll teach you how to make an AJAX request with pure Javascript (or vanilla Javascript) using the XmlHttpRequest method. The goal of this video is not to demonize jQuery, but to show that it's possible to make AJAX requests with pure Javascript, ideal for small applications or websites that would otherwise use the entire jQuery library just to make occasional AJAX requests. TimeStamp (0:00) Introduction (0:17) What is AJAX (3:38) Introducing the API (4:04) HTTP Verbs (6:22) Implementing a GET METHOD (23:53) Implementing a POST METHOD ----------------------------------------------------------------------- ✔ 🔔 Activate the bell and receive daily tips to become a better developer ✔ 👍 Did you like the content? Leave a LIKE, COMMENT and SHARE with your friends ✔👨‍💻 Tag that friend who needs this tip #tip _________________________________________________ 👉🏻If you liked this video, I'll separate some others that You might also like: 🎥 Preparing your VS Code to start coding right now!    • Como configurar o Visual Studio Code de fo...   #JavascriptVanilla #AJAX