+ 1

Checklist

I was trying to try to make a checklist and there seems to be a problem and the code is not working for me, it just returns with brackets https://code.sololearn.com/Wwrs0brA6w0c/?ref=app

12th Apr 2022, 12:23 AM
Junior
Junior - avatar
5 Answers
+ 1
Show us your code
12th Apr 2022, 12:28 AM
SoloProg
SoloProg - avatar
+ 1
SoloProg Sorry, theres the code now
12th Apr 2022, 12:46 AM
Junior
Junior - avatar
+ 1
let txt = document.getElementById("text"); function demo() { console.log(txt.value); }
12th Apr 2022, 12:57 AM
SoloProg
SoloProg - avatar
+ 1
Thank you so much!
12th Apr 2022, 12:59 AM
Junior
Junior - avatar
+ 1
You are welcome
12th Apr 2022, 1:02 AM
SoloProg
SoloProg - avatar