+ 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
5 Answers
+ 1
Show us your code
+ 1
SoloProg Sorry, theres the code now
+ 1
let txt = document.getElementById("text");
function demo() {
console.log(txt.value);
}
+ 1
Thank you so much!
+ 1
You are welcome