JSC #3 🟡 Const A Complete Guide | JavaScript Crash Course for beginners 2022

preview_player
Показать описание
In this tutorial I cover different ways of creating a const variable in JavaScript. We start by talking a little about the naming of Const and then dive right into the important stuff. Should you ever use var again??! There's a lot to discuss!
Рекомендации по теме
Комментарии
Автор

Nice Video but as per my knowledge, the basic difference between these three keywords are as below:
*var* is functional scope
*let, const* are both BLOCK scope
*const*, cannot be reassigned

ntgold
welcome to shbcf.ru