Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • related: Are there any OO-principles that are practically applicable for Javascript? Commented Aug 14, 2016 at 14:46
  • Well, JS isn't an OO language to start, although it supports some features where you can sorta approximate OO. Did you try asking the framework authors? Commented Aug 14, 2016 at 14:59
  • 1
    Waiting for M$ to make c# run in edge so I can forget JS forever Commented Aug 14, 2016 at 15:05
  • 1
    @AnJS is very much object-oriented. It is based on prototypical inheritance instead of classical inheritance (classes and interfaces). ES6 adds classes and interfaces, to some extent. Commented Aug 14, 2016 at 15:27
  • It sounds like you're talking about minifying, not compiling, which is only likely to really help if network speeds is the issue Commented Aug 14, 2016 at 23:59