Discussions Q&R
Is how to make a User acc
 5 Votes
 2 Réponsesfill in the blanks
 10 Votes
 3 RéponsesГлавные теги HTML
 0 Vote
 2 RéponsesWhat 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 Vote
 7 RéponsesFor this question
 -2 Votes
 4 RéponsesDoubt
 1 Vote
 3 Réponses<head></head> TAG
 1 Vote
 1 RéponseI’m a Starter 
 -2 Votes
 3 RéponsesJavaScript Comments
 0 Vote
 2 RéponsesDoubt regarding basics
 0 Vote
 1 RéponseAujourd'hui en vedette
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes