Welcome

Hey there, welcome to my little space on the net.

Tuesday, July 22, 2014

the case for javascript

Javascript is inefficient and does weird things, but at the same time, it's an amazing language.

Here are a few reasons why:
  • It's the only programming language where you can open your browser.. hit f12.. click on the console tab.. and start writing code
  • It has the most consistent syntax
  • Arguably, the best debugging tools
  • It can do (almost) all those fancy things people learned in college courses easily
  • And because of all this, it's the ideal starting language to teach programming
I'm going to start working on a little project, but before I begin, I'm going to try to write an introduction to programming through JS in pieces



No comments:

Post a Comment