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