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 !

2 Likes

Nice to hear. I’m currently stuck here, how did you get past this step?

Here is my code:

document.getElementById(“obj.inputVal”).textContent = obj.msg;

@Teller Please help!

I finally found my way around it. It’s working perfectly fine now.

hi @johnpaulanyanwu17 , when you need help please create your own topic using the help button

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like