This document contains a hint for the Bootcamp’s Channel Search Solo Project.
PS: Please remember that we have both a #javascript-help channel and a #html-css-help channel in our Discord community. If you have a very specific issue you’re struggling with, you should consider posting it there.
JavaScript hints
How can I find a YouTube channel’s ID?
Go to the channel page on YouTube (for example, youtube.com/@Scrimba). Then right or control-click on the page and select “View Page Source”. In the source code, press cmd/ctrl + f
and search for channelID
. That should highlight that property showing the channel ID value. It’ll usually look like this:
Or:
If you are still struggling for hours with this Solo Project after having used both of the above hints, please let the teacher Guil Hernandez know via the #m9-apis, and we will consider adding more hints. Important: be sure to include a link to you scrim, so that he can understand what you are struggling with.