Skip to content

Commit 16a53c7

Browse files
authored
Update ji.html
1 parent 76137f2 commit 16a53c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jive/ji.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
function l() {
66
document.getElementById("b").innerHTML = document.getElementById("c").value.length + " "
77
}
8-
function range(start, end) {
9-
return Array.from({ length: end - start }, (_, i) => start + i)
10-
}
118
function jive() {
12-
out = "" ; s = [] ; p = 0 ; num = range(1, 10)
9+
out = "" ; s = [] ; p = 0 ; num = r(1, 10)
1310
i = document.getElementById("i").value.split("\n")
1411
code = document.getElementById("c").value
1512
while (p < code.length) {

0 commit comments

Comments
 (0)