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

https://github.com/teotimepacreau/function-exercices-day25-of-100daysofcode

VanillaJS function exercices
https://github.com/teotimepacreau/function-exercices-day25-of-100daysofcode

100daysofcode 30daysofjavascript conditions functions javascript parameters switch vanillajs

Last synced: about 1 month ago
JSON representation

VanillaJS function exercices

Awesome Lists containing this project

README

          

# VanillaJS function exercices
exercices from https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/07_Day_Functions/07_day_functions.md

# Learning
- reminded multiple parameters
- concatenation of string, math operations
- multiple if conditions
- switch/case statements in order to take several conditions
- looping through an array and displaying each entries