Skip to content

Commit

Permalink
Merge pull request #1839 from mx-ruthie/patch-41
Browse files Browse the repository at this point in the history
Update javascript-maps-and-sets.md
  • Loading branch information
Yosolita1978 authored Feb 2, 2023
2 parents fc3cf8a + 062ceac commit 5bab46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/javascript-maps-and-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ A Set is a special type collection – “set of values” (without keys), where
- [Worth the read! An all-inclusive resource on the methods you'll call with Map and Set with examples](https://javascript.info/map-set-weakmap-weakset)
- [Maps in JavaScript (3 min video)] (https://www.youtube.com/watch?v=hYu6TCCk8Yo) - This video gives a perfect, short rundown on how to create new Maps and set the properties within them.
- [JavaScript ES6 - Maps (3 min video)] (https://www.youtube.com/watch?v=QjYk58e-8v4) - This video walks through ES6 Maps. How they are similar and different to Objects and how to use them.
- [Techtonica slides](https://docs.google.com/presentation/d/1fL2vgcI4uZPayAa-qCa34Rnuo0I3rfZIf7Lm7nnhNcU/edit?usp=sharing) - Slide on javascript maps and sets.
- [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) - Detailed layout on maps.
- [Let's Learn ES6 - Map & Set (20 min video)](https://www.youtube.com/watch?v=4B4Q0EZVPU8) - A simple video demonstrating maps & sets.
- Reference: [geeksforgeeks.org](https://www.geeksforgeeks.org/map-in-javascript/)
Expand Down

0 comments on commit 5bab46b

Please sign in to comment.