https://github.com/rayjune/javascript-cookbook-code
https://github.com/rayjune/javascript-cookbook-code
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayjune/javascript-cookbook-code
- Owner: RayJune
- License: mit
- Created: 2017-10-25T13:32:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T11:56:24.000Z (over 8 years ago)
- Last Synced: 2025-01-13T00:15:38.454Z (about 1 year ago)
- Language: JavaScript
- Size: 119 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Javascript Cookbook Code:
Thanks to Shelley Powers's brilliant work, for his JavaScript Cookbook.
When I practice this book's code, I found some details maybe could be better understand in some different way. So I refactor these code more or less. Mainly did these things:
* keywords annotation
* optimize some code in details
* use airbnb ES5 code standard
* use console.log instead of window.alert
* more readable variable name
* divergent thinking from former code, add a little new demo
* rename demo's name (naming it use demo's keywords instead of digits)
## About RayJune
I'm only a college student who learning & loving Javascript, doing this mainly for my notes. Well, if this repo work for you, I appreciate that. :)
## JavaScript Cookbook, by Shelley Powers
[](https://www.safaribooksonline.com/library/view/title/9781449390211//)