6 Javascript Variables | Haripriya R | SNSInstitutions
ฝัง
- เผยแพร่เมื่อ 15 ธ.ค. 2024
- JavaScript Variables
Declaring Variables:
var: Oldest keyword; function/global scope. Can be re-declared and updated.
let: Introduced in ES6; block scope. Can be updated but not re-declared in the same block.
const: Also ES6; block scope. Cannot be re-assigned.
#snsinstitutions #snsdesignthinkers #designthinking