🔰variable
// ⭐️ states of an identifier/variable (in a specific scope)
// • undeclared identifier
// -> uninitialized variable (declared but undefined)
// -> initialized variable (with value !== undefined)Last updated
// ⭐️ states of an identifier/variable (in a specific scope)
// • undeclared identifier
// -> uninitialized variable (declared but undefined)
// -> initialized variable (with value !== undefined)Last updated