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
- Host: GitHub
- URL: https://github.com/marudy/javascript-exercises
- Owner: marudy
- Created: 2016-06-08T21:12:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T15:49:23.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T02:12:37.112Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)