I want to namespace my code, so I did this:
let Namespace = {}; Namespace.Func = function (a, b) { this.a = a; thi