all stats

ponydork's stats

guessed the most

namecorrect guessesgames togetherratio

were guessed the most by

namecorrect guessesgames togetherratio

entries

round #64

submitted at
1 like

guesses
comments 0

post a comment


lookandsay.js ASCII text, with CRLF line terminators
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
let z = String.fromCharCode(49).split(''), f = +prompt(":3c nums of its: ")
while(f--){
    Array.isArray(z) ? alert(z.join('')) : alert(z)
    let f = z[0], k= 0, p = "", i=0
    while (i<z.length) {
        f != z[i] ? p += k+f : k
        f == z[i] ? k+= 1 : k= 1;
        f = z[i], i+=+1
    }
    z = p += k+ f
}