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 2b61d2d commit 5c1a756Copy full SHA for 5c1a756
jive/ji.html
@@ -1,6 +1,6 @@
1
<link rel="shortcut icon" href="/jive/jivfav.png"><title>jive-online</title><script defer src="func.js"></script>
2
<script>
3
-function l() { /*length of code*/ document.getElementById("b").innerHTML = document.getElementById("c").value.length + " " }
+function l() { /*length of code*/ document.getElementById("b").innerHTML = document.getElementById("c").value.length + " bytes" }
4
function jive() {
5
//code execution
6
out = "" ; s = [] ; p = 0 ; num = r(1, 10)
0 commit comments