Tell us what’s happening:
I tried to add the addElDelay and i tried to add obj[1].addElDelay to the second Argument, also i tried to add delay time as number 20000. What should do?
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
setTimeout(()=>{},obj.addElDelay = 20000 )
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
Challenge Information:
Learn Recursion by Building a Decimal to Binary Converter - Step 108