Dyskusje Q&A
String Operators
1 Głos
2 odpowiedziSomeone help
0 głosów
3 odpowiedziClass/var
0 głosów
5 odpowiedziGuesses
1 Głos
3 odpowiedziVariable nests
8 głosów
2 odpowiedziWhat 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 głosów
7 odpowiedziPopularne dzisiaj
Question
3 Votes
overloading operators << >>
1 Votes
Wayss
0 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Wishkit alternative for android
1 Votes
How to start in web dev?
0 Votes
Hi
0 Votes