untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
const notes = ["A", "A#/Bb", "B", "C", "C#/Db", "D", "D#/Eb", "E", "F", "F#/Gb", "G", "G#/Ab"] notes.map(note => note.includes('/') ? note.split('/')[0] : note)
Loading…

no comments

    sign in to comment