tutorial.eyehunts.com
JavaScript nested classes
There are no nested classes in JavaScript (ES6). You can put a second class as a static property on another class, like this:
Rohit