Get all chords that fits a given scale
the scale name
scaleChords("pentatonic") // => ["5", "64", "M", "M6", "Madd9", "Msus2"] Copy
scaleChords("pentatonic") // => ["5", "64", "M", "M6", "Madd9", "Msus2"]
Get all chords that fits a given scale