JSFiddle - React, Tailwind, and code Playground
by darkylmnx
JavaScript
var notes = [
14,
12,
10,
11,
10,
3,
20
]
var notes_doubles = notes.map(value => {
})
console.log(notes_doubles)
by darkylmnx
var notes = [
14,
12,
10,
11,
10,
3,
20
]
var notes_doubles = notes.map(value => {
})
console.log(notes_doubles)