My Snippets
My Collections
Search Engine
Pricing
arrowkupler.js
unknown
javascript
9 months ago
107 B
15
Indexable
const sayilar = [1, 2, 3, 4, 5]; const kupler = sayilar.map(sayi => sayi ** 3); console.log(kupler);
Editor is loading...
Leave a Comment