Generation

generate functionThu, 04 May 2023

write function that takes array of numbers and sort them starting from the top

function sort(array){ return array.sort() } sort([1,2,3,4])

Javascript
Generate More

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