I have a class to which I would like to include a method of overriding some of the default instance variables in the constructor, without having a dozen parameters. I would like to do this by passing an object in the form of: In Python this could be done with Is there a JS equivalent or do I just have