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
- Host: GitHub
- URL: https://github.com/morlay/relearn-javascript
- Owner: morlay
- Created: 2013-12-03T04:07:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T04:22:39.000Z (over 12 years ago)
- Last Synced: 2025-01-08T10:48:02.685Z (over 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)