Coding Challenge: Handling Classes

Let's write a function that will take two parameters and return a particular element belongs to the given class.

We'll cover the following...

Problem statement

Write a has() function that tests if an element designated by its ...