Y
Hacker News
new
|
ask
|
show
|
jobs
by
ahulab
2998 days ago
another interesting way to understand JS classes is to look at the transpiled Babel output of a class definition and extension
[like this](
https://babeljs.io/repl/#?babili=false&browsers=&build=&buil...
)