Y
Hacker News
new
|
ask
|
show
|
jobs
by
d76d6776yudsy
3034 days ago
OP lost me quickly when ranting `in Javascript an object IS NOT an instance of a class.` while pointing at some TypeScript.
Also, plain javascript has had proper classes since the ECMAScript 2015 standard.
1 comments
Parsyval
3033 days ago
'proper classes' no 'class' keyword syntaxical sugar, behind it's all prototypal. Please understand that if you are doing JS.
link