Noch den e2e-Tests beim grün werden zusehen und #CodingDay abschließen.
Bist du glücklich, bin ich es auch. #CI #GitLab #Pipeline #CodingDay

#100DaysOfCode : #VanillaJS

#Day29 : Loop Exercices part III from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Loop-Exercices-III-Day29-of-100DaysOfCode

- reminded filter and map array methods
used for...of, forEach loops
- copied an array to avoid mutation
- push into an array if a condition is met

#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Loop-Exercices-III-Day29-of-100DaysOfCode: Loop Exercices part III from #30daysofjavascript

Loop Exercices part III from #30daysofjavascript. Contribute to teotimepacreau/Loop-Exercices-III-Day29-of-100DaysOfCode development by creating an account on GitHub.

GitHub

#100DaysOfCode : #VanillaJS

#Day28 : Array Exercices part III from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Array-Methods-Exercices-III-Day28-of-100DaysOfCode

- array destructuring with... in order to use Math.min() and Math.max() (because they only works on numbers and not on an array)
- reduce in order to calculate a sum of elements necessary to an average
#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Array-Methods-Exercices-III-Day28-of-100DaysOfCode: Array methods Exercices part III from #30DaysOfJavascript

Array methods Exercices part III from #30DaysOfJavascript - GitHub - teotimepacreau/Array-Methods-Exercices-III-Day28-of-100DaysOfCode: Array methods Exercices part III from #30DaysOfJavascript

GitHub

#100DaysOfCode : #VanillaJS

#Day27 : Loop Exercices part II from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Loop-Exercices-II-Day27-of-100DaysOfCode

- understood why it's necessary to put return in map array method
- array of arrays thanks to map and []
- reduce to combine to subArray to a string

#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Loop-Exercices-II-Day27-of-100DaysOfCode: Loop exercices part II of 30DaysOfJavascript

Loop exercices part II of 30DaysOfJavascript. Contribute to teotimepacreau/Loop-Exercices-II-Day27-of-100DaysOfCode development by creating an account on GitHub.

GitHub

#100DaysOfCode : #VanillaJS

#Day26 : Array Methods partII from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Array-Methods-Exercices-II-Day26-of-100DaysOfCode

- import and export arrays from separate files
- replace string method to - remove string elements
- split string method to put each element in an array
- filter out one element of an array
- sort ascendantly
#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Array-Methods-Exercices-II-Day26-of-100DaysOfCode: VanillaJS Array methods exercices part II

VanillaJS Array methods exercices part II. Contribute to teotimepacreau/Array-Methods-Exercices-II-Day26-of-100DaysOfCode development by creating an account on GitHub.

GitHub

#100DaysOfCode : #VanillaJS

#Day25 : Functions Exercices from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Function-exercices-Day25-of-100DaysOfCode

- 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
#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Function-exercices-Day25-of-100DaysOfCode: VanillaJS function exercices

VanillaJS function exercices. Contribute to teotimepacreau/Function-exercices-Day25-of-100DaysOfCode development by creating an account on GitHub.

GitHub

#100DaysOfCode : #VanillaJS

#Day24 : Loop Exercices from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Loop-exercices-Day24-of-100DaysOfCode

- constraint number of iterations with for(i=0; i<=array.length; i++)
reverse iteration with for(i=countries.length-1; i>=0 ; i--)
- repeat() string method associated with for(i)
- generate a random 6 characters ID

#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Loop-exercices-Day24-of-100DaysOfCode: Loop exercices from #30daysofjavascript with VanillaJS

Loop exercices from #30daysofjavascript with VanillaJS - GitHub - teotimepacreau/Loop-exercices-Day24-of-100DaysOfCode: Loop exercices from #30daysofjavascript with VanillaJS

GitHub

#100DaysOfCode : #VanillaJS

#Day23 : Array Methods Exercices from #30DaysOfJavascript

Source Code : https://github.com/teotimepacreau/Array-Methods-Exercices-Day23-of-100DaysOfCode

- understood the difference between .map() and forEach() method
- used .includes() for first time to verif if the array contains certain letters
- used .filter() for first time
reverse array

#WebDev #Frontend #WebDesign #LearnWebDev #Javascript #LearnToCode #CodingDay #FrontendDevelopment #CodingChallenge #LearnCode #WebDevelopment #LearnJavascript #JS

GitHub - teotimepacreau/Array-Methods-Exercices-Day23-of-100DaysOfCode: Array methods exercices from #30daysofjavascript with VanillaJS

Array methods exercices from #30daysofjavascript with VanillaJS - GitHub - teotimepacreau/Array-Methods-Exercices-Day23-of-100DaysOfCode: Array methods exercices from #30daysofjavascript with Vanil...

GitHub
Modèle