Closed teoli2003 closed 2 years ago
This is part of our project to update code to a more modern JS syntax.
This PR updates the step-sequencer example:
const
let
In addition
<button>
<input type="checkbox">
Tested on Firefox, Safari, and Chrome (macOS) via a local server.
This is part of our project to update code to a more modern JS syntax.
This PR updates the step-sequencer example:
const
andlet
where possibleIn addition
<button>
+ARIA instead of the semantic<input type="checkbox">
Tested on Firefox, Safari, and Chrome (macOS) via a local server.