Learn Basic String and Array Methods by Building a Music Player - Step 70

Tell us what’s happening: what is wrong of my code guys? please help me

I already do the ternary operator but didn’t work. I don’t know what is wrong on my code

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

currentTitle ? playingSong.textContent : "";
currentArtist ? songArtist.textContent : "";

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Learn Basic String and Array Methods by Building a Music Player - Step 70

set playingSong.textContent to currentTitle.

I would check the example code again. To set a variable to a certain value, you will need the assignment operator =