An open API service indexing awesome lists of open source software.

https://github.com/chris-pearce/learn-js

Various exercises related to learning JavaScript 👨🏻‍🎓
https://github.com/chris-pearce/learn-js

Last synced: 3 months ago
JSON representation

Various exercises related to learning JavaScript 👨🏻‍🎓

Awesome Lists containing this project

README

        

# Various Exercises for Learning JavaScript

## Eloquent JavaScript Exercises

- **Chapter 2**
- [Looping a Triangle](eloquent-javascript-exercises/chapter-2/looping-a-triangle) – 22/10/2015
- [FizzBuzz](eloquent-javascript-exercises/chapter-2/fizzbuzz) – 22/10/2015
- [Chess Board](eloquent-javascript-exercises/chapter-2/chess-board) – 22/10/2015
- **Chapter 3**
- [Minimum](http://eloquentjavascript.net/03_functions.html#h_XTmO7z7MPq) – 24/11/2015

## [Sydney JavaScript Study Group](http://www.meetup.com/Sydney-JavaScript-Study-Group/)

- Week 1 (14/10/2015): [Snake Game](http://www.theodinproject.com/javascript-and-jquery/jquery-and-the-dom)
- Week 2 (21/10/2015): [Tic Tac Toe Game](http://www.theodinproject.com/javascript-and-jquery/tic-tac-toe)
- Week 3 (09/11/2015): [MineSweeper Game](http://www.theodinproject.com/javascript-and-jquery/minesweeper)