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

https://github.com/marudy/javascript-exercises

Common problems coded with JavaScript
https://github.com/marudy/javascript-exercises

Last synced: 2 months ago
JSON representation

Common problems coded with JavaScript

Awesome Lists containing this project

README

        

# javascript-exercises
Exercises that were coded with JavaScript. Usually they are small pieces of code and helpful to study while learning Javascript.
Each example usually demonstrates a different aspect of Javacript. The level of difficulty increases top to bottom.

#### [Reverse a String - (Exercise 6/10)](http://www.ling.gu.se/~lager/teaching/dialogue_systems%20II/labs/javascript.html)
#### [Vowel or Consonant? - (Exercise 3/10)](http://www.ling.gu.se/~lager/teaching/dialogue_systems%20II/labs/javascript.html)
#### [String Calculator](http://javascript.didacto.net/tutorials/stringcalculator)
#### [Fibonacci Sequence](http://javascript.didacto.net/tutorials/fibonacci)
#### [Create “native” method: String-repeatify (Question 2/5)](https://www.sitepoint.com/5-typical-javascript-interview-exercises/)