Hey, guys in this video I cover ways to create, update and delete data from maps, I also show how you can sort them and use them with functions :)
** I didn't really state it clearly, but virtually any value can be used as a key in a map
Article on this topic :)
https://daniel-amber.com/blog/posts/c...
-----------------------------
00:00 intro
00:11 project setup
00:55 creating maps
2:03 fetching data from maps
03:16 add data to maps
03:48 remove data from maps
04:23 merge maps together
06:22 Zipmap (create maps from vectors)
06:54 get all keys from map
07:00 get all values from a map
07:43 transform keys to keywords
08:48 convert keyword to a string
09:18 sort maps
11:21 using maps in functions (destructuring)