Skip to content

teotimepacreau/Object-Exercices-Day30-Of-100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published