Collection of articles from around the web about things that are interesting for all of us.
Table of contents:
| 2.1.1 | |
| [EX. 1] | |
| var double = function(a) { | |
| return a * 2; | |
| } | |
| > double(21) | |
| 42 | |
| > typeof double |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
Collection of articles from around the web about things that are interesting for all of us.
Table of contents:
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.