07-05-2025, 04:42 PM
You shouldn't print, but you should get an Out of Bounds error pop-up.
round, undefined like that, is an array from 0 to 10 elements. num would automatically round to 204, and there's no 204th element in that array.
You should error here, not print.
round, undefined like that, is an array from 0 to 10 elements. num would automatically round to 204, and there's no 204th element in that array.
You should error here, not print.

