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

Tell us what’s happening:

I don’t understand what is happening here.. I tried different step but stil not working

Your code so far

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

/* file: styles.css */

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


  setTimeout(() => {}, showMsgDelay);


// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Linux; U; Android 12; en-ng; CPH2387 Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/16.8

Challenge Information:

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

Hi. The instructions ask you to pass in the showMsgDelay property of the current object as the 2nd argument.

I still don’t understand what it’s saying

Thanks I got it.. it was easy to see but I skipped that’s why..