'let' and 'const' are JavaScript keywords that were introduced in ES6 that allow you to declare variables that are limited to the scope of a block statement. The 'var' keyword, on the other hand, declares a variable globally or locally to an entire function. let and const are similar when it comes to scoping rules, but variables declared with const are read-only. const variables cannot be re-assigned after initially being declared.
📚Materials/References:
MDN Web Docs:
let - https://developer.mozilla.org/en-US/d...
const - https://developer.mozilla.org/en-US/d...
🌎 Find Me Here:
Twitter: / realdevsage
Ebooks: https://payhip.com/devsage
Discord: / discord
Merch: https://cottonbureau.com/people/devsage
⏰ Timestamps
1:05 - Difference between var and let/const
2:29 - let explained
6:05 - const explained
Смотрите видео Javascript Let & Const Explained Simply онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DevSage 06 Февраль 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 4,53 раз и оно понравилось 11 людям.