...
/Challenge: Check Instance of Variables
Challenge: Check Instance of Variables
This is a tricky challenge that will test your understanding of the "instanceof" operator, functions, the "new" operator, and objects in JavaScript.
We'll cover the following...
We'll cover the following...
Problem statement #
There are two functions in the code below: tempFunc1 and check.
The check function defines two variables: ...