toString hack
x=self+''
console.log(
x[8],x[9],x[6],' ',
x[3],x[1],x[2],' ',
x[10],x[4],x[8],' ',
x[5],x[1],x[11]
)
Hit the “Try it out” and open the console….
x=self+''
console.log(
x[8],x[9],x[6],' ',
x[3],x[1],x[2],' ',
x[10],x[4],x[8],' ',
x[5],x[1],x[11]
)
Hit the “Try it out” and open the console….