The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Test Crossword Puzzle

Across
An object that is an object wrapper for a boolean value.
The _______ ___________ (2 words) can be called as a function to coerce a value to true or false. This can be used to determine whether a value is truthy or falsy.
An equality operator (===) that is used to compare two operands if they have the same value and the same type, and considers them equal.
A list-like object that can be used to store multiple elements in a single variable.
An equality operator (==) that converts one or both sides and then performs the final equality comparison.
Down
A method that is typically used to iterate over the elements of an array.
When finding array elements, the ________() method returns true if an array includes the specified value. It returns false if no element is found with that value.
A ______ is a value that evaluates to true in a Boolean context.
A _____ is a value that evaluates to false in a Boolean context. It is false, 0, -0, 0n, ‘’, null, undefined, or NaN.
It is a text-based data format that can be used to store and transmit data. It follows the JavaScript object syntax but exists as a string.