An intro to JavaScript via a set of self-guided workshops.
sudo npm install learnyoujs -g
learnyoujs
learnyoujs
will run through a series of JavaScript workshops. Starting at a basic "HELLO WORLD" and moving on to more advanced exercises about dealing with object types, writing functions, understanding callbacks, prototypes, etc.
learnyoujs
is proudly brought to you by the following hackers:
Dave Arel | GitHub/davearel | Twitter/@davearel |
---|
learnyoujs is Copyright (c) 2014 Dave Arel @davearel and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
learnyoujs builds on the excellent work by @substack and @maxogden who created stream-adventure which serves as the original foundation for learnyoujs.