Intro to Programming
with
Javascript
Your Setup
-
Sublime Text http://www.sublimetext.com/
-
Chrome Browser http://www.google.com/chrome/
Class Outline
-
Values, Types and Operators
-
Variables and Arrays
- Program Flow
- Functions
Values, Types and Operators
Describe in terms of functions and variables and program execution flow
Test Your Might!~
(bonus round)
open up a terminal and type the following:
git clone https://github.com/mrdavidlaing/javascript-koans
Then go to the directory where the repo you made is located
open up KoansRunner.html
Have fun ;)