Feels like I can apply what I know about js maps, no problem?
So unfortunately none of the examples on the first page cover "so you want to extend an object with multiple functions… what does that look like, and what would have been the best way for me to have learned it?
What you’re looking is a new way of declaring methods on an object in shorthand manner. The good thing is you can mix and match, you’re not forced into writing ES2015. So if you prefer the long way, continue to use it… it doesn’t matter to Ember or Ember CLI.
Aha, thanks. I’d only seen the new syntax in a conference. So Ember is taking care of any shimming or whatever for browsers to support both syntaxes? Or do you need to keep to the old syntax if you’re at all backwards compatible?
Regarding browser backwards compatibility IE9+ is supported going forward from the recent Ember 2.0. If you currently need IE8 you must step back to ember 1.13.X.