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 76137f2 commit 16a53c7Copy full SHA for 16a53c7
jive/ji.html
@@ -5,11 +5,8 @@
5
function l() {
6
document.getElementById("b").innerHTML = document.getElementById("c").value.length + " "
7
}
8
-function range(start, end) {
9
- return Array.from({ length: end - start }, (_, i) => start + i)
10
-}
11
function jive() {
12
- out = "" ; s = [] ; p = 0 ; num = range(1, 10)
+ out = "" ; s = [] ; p = 0 ; num = r(1, 10)
13
i = document.getElementById("i").value.split("\n")
14
code = document.getElementById("c").value
15
while (p < code.length) {
0 commit comments