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 Answers
0
oh jesus!!! thank you for your help and clear explanation!!! šššŖšš
0
reading from inside out. š