Namespace and classes

I highly recommend you look into module design. Here is resource that helped me. http://exploringjs.com/es6/ch_modules.html
While it does focus on es6 it also details common js implementation and the differences between the two.