Challenge: Inheritance Check

This challenge will test you in using the "instanceof" operator to check for inheritance in JavaScript.

We'll cover the following...

Problem statement #

This challenge gives you an idea of how to use the instanceof variable. You can use it in checking for inheritance between classes.

You are given some code written by a student. The ...