Yngvarr

Generation

generate functionSat, 04 Feb 2023

jQuery.map new array

let arr = ["a", "b"]; let newArr = arr.map(function (el) { return "prefix_" + el; });

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant