javascripting
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "javascripting", | ||
"description": "Learn JavaScript by adventuring around in the terminal.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"repository": { | ||
@@ -12,2 +12,3 @@ "url": "git://github.com/sethvincent/javascripting.git" | ||
}, | ||
"preferGlobal": true, | ||
"dependencies": { | ||
@@ -14,0 +15,0 @@ "adventure": "^2.8.0", |
# JAVASCRIPTING | ||
> Learn JavaScript by adventuring around in the terminal. | ||
> Learn JavaScript by adventuring around in the terminal. | ||
> _Looking for more interactive tutorials like this? Go to [nodeschool.io](http://nodeschool.io)._ | ||
## Install | ||
@@ -9,3 +12,3 @@ | ||
Install it from [nodejs.org/downloads](http://nodejs.org/downloads) | ||
Install it from [nodejs.org/download](http://nodejs.org/download) | ||
@@ -43,2 +46,3 @@ ### Install with `npm` | ||
- "IF/ELSE STATEMENTS | ||
- "ACCESSING ARRAY VALUES" | ||
@@ -45,0 +49,0 @@ - "OBJECT KEYS" |
53508
56