https://github.com/weisjohn/good_parts
code samples made while learning from "JavaScript: the Good Parts" by Douglas Crockford
https://github.com/weisjohn/good_parts
Last synced: over 1 year ago
JSON representation
code samples made while learning from "JavaScript: the Good Parts" by Douglas Crockford
- Host: GitHub
- URL: https://github.com/weisjohn/good_parts
- Owner: weisjohn
- Created: 2012-12-03T16:37:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-16T04:14:40.000Z (over 13 years ago)
- Last Synced: 2025-01-24T04:44:41.938Z (over 1 year ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notes made while reading JavaScript the Good Parts
================================
A test program that lets me view and load JS files.
As I am reading through the book, I'm able to build sample files for each section.
What?
------------------------------------------------------------
These are snippets / notes from the book that I made / used to learn the techniques from Douglas Crockford's JavaScript: the Good Parts.
Why?
------------------------------------------------------------
For fun and profit. Mainly because I was out of stuff to do...