Y
Hacker News
new
|
ask
|
show
|
jobs
by
mst
1477 days ago
I have a tendency to forget ASI in JS exists when I've only been looking at my own code rather than other people's for a while.
I remain unconvinced it was a wise idea.
1 comments
lelanthran
1477 days ago
What is ASI?
link
mikewhy
1477 days ago
"Automatic semicolon insertion":
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
link