|
|
|
|
|
by tonyedgecombe
2998 days ago
|
|
I'm trying to learn modern JavaScript at the moment, as well as getting to grips with prototypes I now have additional class syntax to learn and understand. I've gone from learning one way of doing things to two, how is that easier to get going with? |
|
Also, prototypical classes like `function User` are now rare in my experience going forward.