Javascript Identifiers Flashcards
often start with a statement identifier to identify the JavaScript action to be performed
JavaScript Identifiers
are reserved words and cannot be used as variable names (or any other things)
Identifiers
It is an exit loop or switch
Break {}
It is a template for JavaScript objects
class
It declares a variable with a constant value
const
It allows us to terminate the execution upon a condition in the current iteration
continue
It is a keyword used in the code to force stop the execution of the code
debugger
It is executed repeatedly
for
It decides whether to execute a statement
lf else
It declares a variable
var
It is a type of selection control mechanism used for option or choices
switch
It exits the program in JavaScript console
return