This is the code for the coding exercises in the course
File | Contents | Language |
---|---|---|
exercise_1.js | Variables | JavaScript |
exercise_2.js | Let and Const | JavaScript |
exercise_3.js | Basic Operations | JavaScript |
exercise_4.js | Iteration and Math | JavaScript |
exercise_5.js | String Concatenation and Interpolation | JavaScript |
exercise_6.js | Return the right numbers | JavaScript |
exercise_7.js | Functions | JavaScript |
exercise_8.js | Return the right message | JavaScript |
exercise_9.js | Make the bird fly | JavaScript |
exercise_10.html | Change the message | JavaScript & HTML |
exercise_11.js | Find the right object | JavaScript |
exercise_12.rb | Let's practice with dictionaries and iterators | Ruby |