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
Problem statement #
There are two functions in the code below: tempFunc1
and check
.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.