Kernix13 / guitar-chord-names

The best guitar chord namer app there is!
https://everyguitarchord.com/what-chord-is-this.html
MIT License
5 stars 1 forks source link

[REFACTOR] - Convert user fret numbers to number type #19

Closed Kernix13 closed 1 year ago

Kernix13 commented 1 year ago

The fret numbers coming in from the form are strings but they should be numbers. Those numbers are compared to array indices in later steps. Although JavaScriptt performs the conversion, it would be better to convert the form data from strings to numbers.