j
k
j a
j l
Vincent Povirk wrote:
+tmp = Math.floor(1.1); +ok(tmp === 1, "Math.round(1.1) = " + tmp); Copy/paste error?
+tmp = Math.floor(1.1); +ok(tmp === 1, "Math.round(1.1) = " + tmp);
Copy/paste error?
Yes, good catch, thanks.
Jacek
Back to the thread
Back to the list