An open API service indexing awesome lists of open source software.

https://github.com/morlay/relearn-javascript

Relearn JavaScript by coding
https://github.com/morlay/relearn-javascript

Last synced: 10 days ago
JSON representation

Relearn JavaScript by coding

Awesome Lists containing this project

README

          

## Relearn JavaScript

> We can use it, but we may need to know why.

### Prepare

* Install [node.js](http://nodejs.org/) and npm
* Install [bower](http://bower.io/) by `npm install -g bower`
* Type `bower install` on project PATH to install require libs

### Content

/book_examples/javascript-6

> This code is from the book JavaScript: The Definitive Guide, 6th Edition,
> (ISBN #978-0596805524). Copyright 2011 by David Flanagan.
> See the ["O'Reilly Policy on Re-Use of Code Examples from Books"](http://www.oreilly.com/pub/a/oreilly/ask_tim/2001/codepolicy.html)