Snippets Collections
const parts = ["shoulders", "knees"];

const lyrics = ["head", ...parts, "and", "toes"];

// TOTAL lyrics ["head", "shoulders", "knees", "and", "toes"]
const min = (list) => Math.min(...list);
const max = (list) => Math.max(...list);
star

Sat May 20 2023 10:33:44 GMT+0000 (Coordinated Universal Time)

#javascript #operadordepropagación #array
star

Sat May 20 2023 10:10:48 GMT+0000 (Coordinated Universal Time) https://www.codewars.com/kata/577a98a6ae28071780000989/solutions/javascript

#javascript #operación #operadordepropagación #array

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension