Hey, all here is my Drum Machine project, built with the Vue framework, feed back would be greatly appreciated.
Thanks in advance
Hey, all here is my Drum Machine project, built with the Vue framework, feed back would be greatly appreciated.
Thanks in advance
Looks awesome!! Iām trying to do mine in vue as well. Just having trouble with the last test. It runs correctly, just wonāt pass the test.
Your design is really unique and looks great!
Thanks for pointing that out, I fixed it with a little parseInt method
Hi, Thanks for your comments, like you I had issues with the last test ,
I was not able to have the test pass using the vue way to display the audio description. What worked for me was, From the event listener function, I had to use the regular
ādocument.querySelector(āyour elementā).textContent = audioNameā in order to have the test pass.
Same thing worked for me! Doing these projects in Vue has been a lot easier for me, but getting them to pass the test cases is a little harder. My calculator took a ton of effort. It was working fine, but for some reason, the test cases didnāt like it haha
the āmarieā sound seems broken.