0
i dont understand this alert in js
var x = [1,2,3]; alert(x[x[x.length%2]]); //answer is:3. //but how do i read this? //i would first read the modulo, result =1; //then i dont know what kind of x i should take of this array. and where is the „3“ resulting from? 😫
2 odpowiedzi
0
oh jesus!!! thank you for your help and clear explanation!!! 👍👍💪👍👍
0
reading from inside out. 😃