Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-16T04:14:40.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T16:04:32.600Z (9 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 1
- 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...