User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 OPR/105.0.0.0 (Edition std-2)
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 24
Hi there. The reason for this code not working properly is because the code is trying to assign a value to something that may not even exist. For comparison operations you need to use either double or triple equals. Triple equals means strict comparison and is typically preferred more in Javascript.