Q&A Discussões
Is this code right?
4 Votos
2 RespostasWhat is wrong with this code?
-
-
<!Doctype html>
<head>
</head>
<body>
<form>
<input type="text" id="input">
</form>
<button type="button" id="button">Click here</button>
<script>
var input=document.getElementById("input");
var button=document.getElementById("button");
function display() {
if (button.clicked == true) {
console.log("input");
}
};
display();
</script>
</body>
0 Voto
7 RespostasQuente hoje
I am helloooo
2 Votes
Disappear
0 Votes
About delete
1 Votes
Still failing some test cases
0 Votes
Outputting a method, Java
0 Votes
Pls help
0 Votes
I can’t find my code
0 Votes
Java project
1 Votes