JavaScript Class related query

In one of my JavaScript basic tasks i am to make a couple of classes and second class will be the first property of first class as an array, how can I manage it correctly?i.e what technique should i use to write this programm?

I can make a simple class but do no know how to add a class as an array to my first class kind of nested class.