Learn Recursion by Building a Decimal to Binary Converter - Step 105

Tell us what’s happening:

I really don’t understand what its asking, please help me understand what value of what to where.

Step 105

Use the .getElementById() method to target the element with the id attribute with the value of the inputVal property of the current object. Then, use the .remove() method on that element to remove it from the DOM after the delay.

Your code so far

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

/* file: styles.css */

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

document.getElementById(obj.inputVal).remove() = id.msg;

// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0

Challenge Information:

Learn Recursion by Building a Decimal to Binary Converter - Step 105

What’s on my mind is why are you setting a value for the remove() method?

i removed the assignment thing, can you tell me what i actually have to do, its been a very long time and i am revisiting it

Can you show your updated code? If you’ve removed the assignment it should be ok

Nvm that i gave up that exercise

Really? Why?

You have 3 more steps to go, it’s almost finished.