i dont understand this alert in js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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? 😫

15th Dec 2019, 6:42 PM
Mylisa_beth
Mylisa_beth - avatar
2 Answers
0
oh jesus!!! thank you for your help and clear explanation!!! 👍👍💪👍👍
15th Dec 2019, 6:50 PM
Mylisa_beth
Mylisa_beth - avatar
0
reading from inside out. 😃
15th Dec 2019, 6:51 PM
Mylisa_beth
Mylisa_beth - avatar