Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teotimepacreau/object-exercices-day30-of-100daysofcode

Object Exercices from #30DaysOfJavascript with VanillaJavascript
https://github.com/teotimepacreau/object-exercices-day30-of-100daysofcode

100daysofcode 30daysofjavascript every find javascript javascript-objects js vanillajs

Last synced: about 6 hours ago
JSON representation

Object Exercices from #30DaysOfJavascript with VanillaJavascript

Awesome Lists containing this project

README

        

# Object Exercices from #30DaysOfJavascript with VanillaJavascript
https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/08_Day_Objects/08_day_objects.md//

# Learning
- using for in loops and understanding that it requireds the [index] of the item
- acessing array nested in obejct
- using .every() array method that return a true or false
- structuredClone() to deep copy an object
- using Object.keys, Object.values, Object.entries and array destructuring
- .find() array method that returns first item matching the condition

# 🛠️
Vanilla Javascript