Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teotimepacreau/object-exercices-day30-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-07-21T19:36:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T19:54:05.000Z (over 1 year ago)
- Last Synced: 2023-07-22T01:16:52.503Z (over 1 year ago)
- Topics: 100daysofcode, 30daysofjavascript, every, find, javascript, javascript-objects, js, vanillajs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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