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 bf797c9 commit 8f13b11Copy full SHA for 8f13b11
JAGL/JAGL.html
@@ -2,4 +2,9 @@
2
<input type="text" placeholder="code" id="code">
3
<input type="text" placeholder="input" id="input"><br>
4
output:<p id="out"></p>
5
-<input type="button" value="Execute"><br>
+<input type="button" value="Execute" onclick="ce()"><br>
6
+<script>
7
+function ce():
8
+ i=prompt("Hello, world?")
9
+ alert(i)
10
+</script>
0 commit comments