Skip to content

Commit

Permalink
Adds disclaimer and semantic line breaks to introduction #33
Browse files Browse the repository at this point in the history
  • Loading branch information
iteles committed Jun 3, 2018
1 parent 10fb3a2 commit fb1e4cd
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions readme.md
@@ -1,12 +1,24 @@
# Notes on _Douglas Crockford's_ Javascript the Good Parts :rocket:

> These are _notes_ on the book `Javascript the Good Parts` which was published
in **2008, before es6**. There have not been any revised editions of the book published at the time of writing,
see http://www.github.com/dwyl/Javascript-the-Good-Parts-notes/issues/33 for the
ongoing conversation on this.

This book calls out the best parts of Javascript and tells you what to avoid (the 'bad parts').
It's about making sure you **know the really important parts of the language** and **create good habits** instead of having to break bad ones down the line.
It's about making sure you **know the really important parts of the language**
and **create good habits** instead of having to break bad ones down the line.

The idea of these notes is to collect the excellent information from an already dense book into note form, **translating these ideas into _'plain English'_** where possible and _adding explanations_ throughout where the book might not make things obvious as it assumes prior knowledge.
The idea of these notes is to collect the excellent information from an already
dense book into note form, **translating these ideas into _'plain English'_**
where possible and _adding explanations_ throughout where the book might not make
things obvious as it assumes prior knowledge.

You can [buy the book](https://amzn.to/2HfF5CR) or follow [Douglas Crockford on Github](https://github.com/douglascrockford).

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/iteles/Javascript-the-Good-Parts-notes/issues) **Please don't hesitate to submit PRs** to improve these notes wherever you feel something can be clarified, improved on or have an example added to it.
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/iteles/Javascript-the-Good-Parts-notes/issues)
**Please don't hesitate to submit PRs** to improve these notes wherever you feel
something can be clarified, improved on or have an example added to it.

## Table of Contents
* [Chapter 1 - Good Parts](#chapter1)
Expand Down

0 comments on commit fb1e4cd

Please sign in to comment.