Rayane TOKOrayanetoko.hashnode.dev·Dec 5, 2023My map functionNow, let's create our version of the map method.As mentioned in the introduction, to avoid the complexity of classes, we will use functions that take the array as a parameter to perform operations on it. So, the first param of our map function will b...10 likesJavascript array methods: How it works?map
Vaibhav Prajapatvaibhavblogs.hashnode.dev·Mar 15, 2023Map in JavaScriptDefinition: - In JavaScript, Map is a data structure that allows us to store key-value pairs and both key and value can be of any data type, like objects, functions and many more. Maps can be considered similar to objects with some key differences. C...10 likes·174 readsmap