jammer1221
Programmer
Hey all,
I ran the following code in Firefox and the returned values were rather strange to me. Can anyone shed some light on what's being returned?
Code:
Data returned to console:
Thanks,
Matt
I ran the following code in Firefox and the returned values were rather strange to me. Can anyone shed some light on what's being returned?
Code:
Code:
setInterval(function(event) {
console.log(event)
},200)
Data returned to console:
Code:
65
-9
-6
12
0
18
-9
9
-3
250
-12
-9
-6
-3
15
3
6
9
-3
62
-12
6
9
-3
15
3
6
9
-3
15
3
6
9
-3
0
3
6
9
-3
15
18
6
9
-3
0
3
-9
9
12
0
3
6
9
-3
0
Thanks,
Matt