Where do I find a good explanation of Javascript-ese
Posted
by tzenes
on Stack Overflow
See other posts from Stack Overflow
or by tzenes
Published on 2010-03-25T02:10:46Z
Indexed on
2010/03/25
2:13 UTC
Read the original article
Hit count: 513
JavaScript
|learning
I realize that title may require explanation.
The language I first learned was C, and it shows in all my programs... even those not written in C. For example, when I first learned F# I wrote my F# programs like C programs. It wasn't until someone explained the pipe operator and mapping with anonymous functions that I started to understand the F#-ese, how to write F# like a F# programmer and not a C programmer.
Now I've written a little javascript, mostly basic stuff using jquery, but I was hoping there was a good resource where I could learn to write javascript programs like a javascript programmer.
© Stack Overflow or respective owner