|
|
|
|
|
by jwitchel
4102 days ago
|
|
https://www.khanacademy.org/computing/computer-programming/p... It's a very good gentle intro to syntax and the basics of functions, variables, etc. However, a word of warning. JS is a double edge sword as a way to learn concepts of programming. It's awesome because you can do fun stuff on a webpage fast so the positive feedback loop is rewarding. But JS also has some peculiar behavior that can be hard to grock and debug if you don't have your computer science fundamentals down or at least someone to help you over the hump when things get weird. |
|