Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Hexstream
on May 10, 2009
|
parent
|
context
|
favorite
| on:
A re-introduction to JavaScript - MDC
Having almost no Javascript experience, I always thought the language looked messy but with this great introduction everything seems so clear.
I found an error:
switch(1 + 3): case 2 + 2: yay(); break; default: neverhappens(); }
The ":" after the first line should be a "{".
Sephr
on May 10, 2009
[–]
MDC is a public wiki that anyone can edit. You can fix or change anything if you see fit (you don't need to fix it now, I fixed it).
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I found an error:
The ":" after the first line should be a "{".