Currently on JS algorithm and DS certification course , this will be helpful while doing front end library course And your tutorials are easy to understand too, thanks for the videos
😂 LooooL!!! I was like "This guys picture looks super familiar. Have I seen him somewhere before? 🤔" and then I realised that I've come accross your profile on the CYF website. Thanks for the video and greetings from London Class 8! 😄``
There is an issue with your code when you change to paino and press the key it still displays heater soundnames but doesnt happen when clicking the button?
Bro even though you make very good programs I would appreciate if you can do the same in a file structure to better understand how the data is transferred from one file to another through state and props.
@@DwinaTech-coding thanks for your consideration. Even though I have learned js I still get a bit confused as to how to transfer data from one file to another.
Why is it that when I try to transfer the codes into visual studio code and run it, the drum is not appearing? The CSS and HTML run but the javascript is failing. I already installed babel.
Try use `npx create-react-app my-app` to create a react App and then you need to modify the code that copying from codepen to fix any potential errors.
Make sure to SUBSCRIBE and enable the bell for more tutorials, help the channel with share and like, thanks in advance. ❤️❤️
Currently on JS algorithm and DS certification course , this will be helpful while doing front end library course
And your tutorials are easy to understand too, thanks for the videos
Thanks, good luck.
Thanks for this! I feel like I'm learning so much and not just copy pasting while following this tutorial.
You're welcome
Brother thanks for your informative video. I was stuck for a while as I wasn't able to understand how to control an audio in react.
Glad it helped
Thank you friend god bless you, it is great tutorial
Thank you
Thank you for this video. Its easy to understand compare to other videos.
@@sunitarawat8018 thank you
Such a great tutorial, easy to understand code, and perfect organize flow! thanks!
Glad you enjoyed it!
😂 LooooL!!! I was like "This guys picture looks super familiar. Have I seen him somewhere before? 🤔" and then I realised that I've come accross your profile on the CYF website. Thanks for the video and greetings from London Class 8! 😄``
Yep, that is me 😁 thanks for bringing these memories, greeting from Glasgow.
There is an issue with your code when you change to paino and press the key it still displays heater soundnames but doesnt happen when clicking the button?
I have the same problem
After placing the following code, I can now change sounds:
const Keyboard = ({play, sounds}) => (
{sounds.map((sound) => )}
)
Thank you, so much!
You're welcome
It worked well for me, thanks for this quality tutorial!
Glad it helped
Best Tutorial! Really Helpful! Thanks A lot!
Glad it was helpful
Bro even though you make very good programs I would appreciate if you can do the same in a file structure to better understand how the data is transferred from one file to another through state and props.
I will consider your recommendation, thanks for the feedback.
@@DwinaTech-coding thanks for your consideration. Even though I have learned js I still get a bit confused as to how to transfer data from one file to another.
9:30 How do I get the array of the audio object as you got it from freecodecamp??
@@DoctorTMG it is on freecodecamp testing page for project
@@DwinaTech-coding could you please show me how to get it sir ?
halaldi vallah :))
Why is it that when I try to transfer the codes into visual studio code and run it, the drum is not appearing? The CSS and HTML run but the javascript is failing. I already installed babel.
Try use `npx create-react-app my-app` to create a react App and then you need to modify the code that copying from codepen to fix any potential errors.