Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Although I still do it because, you know, you just are so used to it, and there's no js compiler that argues with it
-
Kimmax111068y@Letmecode did this too some time ago, I thing report and reply should swap places?
Please consider / make a poll @dfox -
auto semi colon injection will screw you sometimes. for example
var hey = "hello"
[1,2,3].forEach((x)=> console.log(x) )
it's invalid. because it'll become
var hey = "hello"[1,2,3].forEach((x)=> console.log(x) ) -
ktor118yI feel like JS should only be used for short term prototyping . Who would ever risk JS for a serious development when languages like Typescript or Elm are available for free.
-
nmunro31908y@seplayer Eh? Didn't Notch program Minecraft in Java, not JavaScript or is he building something new with js I've missed!
-
nmunro31908y@seplayer I don't even...
All I have is a black heartless, humourless ball of "nope" in response to that.
I hope you were being sarcastic...
Related Rants
When you realize that JavaScript doesn't require semicolons at every end of the line
undefined
js
my life is a lie
javascript