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

Tell us what’s happening:

Hello, can’t understand what is going wrong. I already try several solution but still not working. Please can you help me?

Your code so far

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

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

document.getElementById("obj.inputVal").textContent=obj.msg

// User Editable Region
/* file: styles.css */

Your browser information:

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

Challenge Information:

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

Welcome to the forum @thlaine82

This is a variable, not a string.

Happy coding

1 Like

Yeah I finally find the solution right after posting my problem :sweat_smile:
Thank you very much !

1 Like