Created with CodeSandbox
A drum player with keyboard. Cliking is working as well.
It is one of projects, building vanila JavaScript learned from WesBos course to React.js
-App(component)
-DrumKeys(container)
isPlaying: false/true
Challenge: in playSound function did not work. got error 'code' is undefined
Solution: this.props.code is undefined becuase playSound function hasn't bind with constructor.