Think you know the answers? Play to find out.
In a web browser, this built-in function displays a popup dialog box with a message and an OK button.
This keyword declares a variable that cannot be reassigned after its initial value is set.
This operator checks both value and type equality, returning true only when both match exactly.
This method adds one or more elements to the end of an array and returns the new length.
This property returns the number of elements in an array.
This statement immediately exits a loop, skipping any remaining iterations.
This method converts an array into a string, with elements separated by commas.
This built-in object provides access to browser debugging tools, with methods like log(), warn(), and error().