TAG ARCHIVE

Tag: const(12 articles)

Browse all articles tagged with const.

Can You Use `const` to Declare an Array in JavaScript?
JavaScript Variables
Jan 8, 20265 min read

Can You Use `const` to Declare an Array in JavaScript?

JavaScript Certification Exam
Is `const` Used for Declaring Block-Scoped Variables?
JavaScript Fundamentals
Jan 8, 20265 min read

Is `const` Used for Declaring Block-Scoped Variables?

JavaScript Certification Exam
Is it Possible to Change the Value of a Property in a `const` Object?
JavaScript Variables
Is the statement `const x = 10; x = 20;` true or false?
JavaScript Fundamentals
Jan 8, 20265 min read

Is the statement `const x = 10; x = 20;` true or false?

JavaScript Certification Exam
Is the following statement true or false? `const obj = { a: 1 }; obj.a = 2;`
JavaScript Syntax
Is the statement `const a = 5;` valid in JavaScript?
JavaScript Variables
Jan 27, 20265 min read

Is the statement `const a = 5;` valid in JavaScript?

JavaScript Certification Exam