TAG ARCHIVE

Tag: programming(10 articles)

Browse all articles tagged with programming.

Can a `switch` Statement Evaluate an Array in JavaScript?
JavaScript Conditionals Switch
Jan 27, 20265 min read

Can a `switch` Statement Evaluate an Array in JavaScript?

JavaScript Certification Exam
Can a `switch` Statement be Nested Inside Another `switch` Statement?
JavaScript Conditionals Switch
How can you use a `switch` statement to compare strings?
JavaScript Conditionals
Jan 27, 20265 min read

How can you use a `switch` statement to compare strings?

JavaScript Certification Exam
Is it Correct that the Expression `!!undefined` Evaluates to `false`?
JavaScript Basics
Which Keyword is Used to Declare a Variable That Cannot Be Reassigned in JavaScript?
JavaScript Fundamentals
Mastering the `splice()` Method in JavaScript Arrays
JavaScript Syntax
Jan 8, 20265 min read

Mastering the `splice()` Method in JavaScript Arrays

JavaScript Certification Exam