logoalt Hacker News

threetonesunlast Thursday at 2:42 PM1 replyview on HN

It was fascinating to me to see JavaScript add the class keyword, have it be widely adopted thanks to React, then just a few years later seeing `class` in JavaScript code is, as you said, a clear sign a Java/C# dev was here.


Replies

arscanlast Thursday at 5:26 PM

I haven’t done JavaScript in a long while, is using ‘class’ not a favored way of writing JS these days? I wrote JS heavily pre-class, and never really got comfortable using it before switching my focus to other languages.

show 1 reply