We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71a22 commit 842feb1Copy full SHA for 842feb1
javascript/introduction-to-js-1/variables/index.html
@@ -55,9 +55,6 @@
55
</head>
56
<body>
57
58
-
59
- </body>
60
61
<script>
62
var geval = eval;
63
function createInput() {
@@ -70,7 +67,6 @@
70
67
inputDiv.appendChild(inputPara);
71
68
inputDiv.appendChild(inputForm);
72
69
document.body.appendChild(inputDiv);
73
- inputForm.focus();
74
75
inputForm.addEventListener('change', executeCode);
76
}
@@ -98,6 +94,7 @@
98
94
99
95
createInput();
100
96
101
102
97
</script>
103
-</html>
+
+ </body>
+</html>
0 commit comments