Обсуждения
String Operators
1 голос
2 ответовSomeone help
0 голосов
3 ответовWhy do we use the Variables in C#?
0 голосов
2 ответовVariable nests
8 голосов
2 ответовWhat 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 голосов
7 ответовАктуальное сегодня
AI Takeover
2 Votes
Using Python on VScode
1 Votes
Python Developer
0 Votes
Average of Two Numbers
0 Votes
Hearts
0 Votes