NEW Way To Create Variables In JavaScript

Опубликовано: 22 Август 2023
на канале: Web Dev Simplified
275,267
6.9k

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:   / webdevsimplified  
Twitter:   / devsimplified  
Discord:   / discord  
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