javascript map key and avlue code example
Example: map in javascript
['elem', 'another', 'name'].map((value, index, originalArray) => {
console.log(.....)
});
['elem', 'another', 'name'].map((value, index, originalArray) => {
console.log(.....)
});