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

Want to kickstart your project?Use the new AI Studio to create your code