Randomize Everything

Icon

And create the perfect world

Quicktip #1: Casting to Number()

Did you know that casting a String to a Number using the ‘as’ operator returns 0 instead of the correct number? Use the Number() constructor to cast it correctly. The same applies for ‘int’ and ‘uint’.

Read the rest of this entry »