Skip to content

Commit 8f13b11

Browse files
authored
Update JAGL.html
1 parent bf797c9 commit 8f13b11

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

JAGL/JAGL.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
<input type="text" placeholder="code" id="code">
33
<input type="text" placeholder="input" id="input"><br>
44
output:<p id="out"></p>
5-
<input type="button" value="Execute"><br>
5+
<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

Comments
 (0)