Q&A Discussions
String Operators
1 Vote
2 AnswersSomeone help
0 Votes
3 AnswersVariable nests
8 Votes
2 AnswersWhat 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 Votes
7 AnswersHot today
And... Who is the staff then?
6 Votes
Machine learning model debugging
2 Votes
Which is the error in this code
1 Votes
Control Flow
2 Votes
Python IDE
0 Votes
Animations
2 Votes
Mini project 1
2 Votes
App development
1 Votes