Skip to content

This is a summary of Javascript The good parts by Douglas Crokford. I focus specially in Objects, Functions and Inheritance

Notifications You must be signed in to change notification settings

omarrayward/JS-The-good-parts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Javascript The good parts

by Douglas Crockford

The book has 10 chapters:

  1. Good parts (introduction)
  2. Grammar (Finite State Machines representing JS grammar)
  3. Objects
  4. Functions
  5. Inheritance
  6. Arrays
  7. Regular Expressions
  8. Methods
  9. Style
  10. Beautiful Features
  • Appendix A. Awful Parts
  • Appendix B. Bad Parts
  • Appendix C. JSLint
  • Appendix D. Syntax Diagrams
  • Appendix E. JSON
  • Index

Going through the entire book, I found out that the most interesting chapters are

  • Objects
  • Functions
  • Inheritance

So in this js file I summurized those 3 chapters. To run the examples in the command line type: node jsTheGoodParts.js node needs to be previously installed

About

This is a summary of Javascript The good parts by Douglas Crokford. I focus specially in Objects, Functions and Inheritance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published