0 Forks
0 Stars
0 Watchers

EloquentJavascript

I've been working through the exercises in Eloquent Javascript by Haverbeke. I highly recommend it to anyone who's interested in learning a little more JS. These are my solutions 💻 📒 📖

How to download and setup EloquentJavascript

Open terminal and run command
git clone https://github.com/gbenavid/EloquentJavascript.git
git clone is used to create a copy or clone of EloquentJavascript repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with EloquentJavascript https://github.com/gbenavid/EloquentJavascript/archive/master.zip

Or simply clone EloquentJavascript with SSH
[email protected]:gbenavid/EloquentJavascript.git

If you have some problems with EloquentJavascript

You may open issue on EloquentJavascript support forum (system) here: https://github.com/gbenavid/EloquentJavascript/issues