NEW Way To Create Variables In JavaScript
דרג סרטון זה
התחבר כדי לדרג
תיאור
The brand new using keyword is yet another way to declare variables in JavaScript. This using keyword is pretty niche in how it should be used but when it is fully implemented into libraries it will make handling closing connections and cleanup tasks so much easier. 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: https://www.patreon.com/WebDevSimplified Twitter: https://twitter.com/DevSimplified Discord: https://discord.gg/7StTjnR GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱️ Timestamps: 00:00 - Introduction 00:30 - Problematic Code Example 02:50 - Using Keyword Basics 09:41 - Async Using #JSUsing #WDS #JavaScript