A Set of NodeSchool-Style, Workshopper-powered, Lo-Dash Javascript Exercises
-
First, install nodejs version 0.10 or later.
-
The
nodejs
installation will also installnpm
, the Node Package Manager. -
Then, install these exercises using
npm
:
Linux
$ sudo npm install lololodash -g
Windows (In Windows, the prompt must be launched as an administrator)
> npm install lololodash -g
- Run the exercises.
> lololodash
lololodash is licensed under the MIT License. All rights not explicitly granted by the MIT License are reserved. See the included LICENSE file for more details.