+ 6
[Solved] Please help me with this.
I want the start button to go away when it is clicked but it's not working.
11 Answers
+ 8
Matiyas Sirak and KrOW here's the code. Please do help
+ 7
LÌ·ÂŁÂŁ YÌ·OÌ·OÌ· NÌ·âLÌ·EÌ· thanks a lot
+ 6
this.remove();
+ 6
,Its very hard help you without some code
+ 6
hmmmmm......
try this......
button[0].onclick =()=>{button[0].style.display="none"
window.onclick = ()=>
{button[0].style.display = "block" }
}
+ 5
Chimamanda can you give us your code attempt
+ 4
https://code.sololearn.com/WWRAehMLl4Bk/?ref=app
I found these two ways hope this helps you
+ 3
Jiya đđ thanks a lot
0
Hi can someone help me to understand python