ES6 and Typescript Tutorial - 9 - let vs const

preview_player
Показать описание

📱 Follow Codevolution

let vs const in ES2015 (ES6).

ES6 | ES2015 | Typescript | ES6 Tutorial | ES2015 Tutorial | Typescript Tutorial | ES6 Tutorial for Beginners | ES2015 Tutorial for Beginners | Typescript tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

Let vs Const.

Should use const as much as you can, because it preventing the falsely re-assignment if you use 'let'

toannew