Unlike functions, and other JavaScript declarations, class declarations are not hoisted. That means that you must declare a class before you can use it:
JavaScript Class
How to use a JavaScript Class.