javascript math randint code example Example: random int javascript //Returns random Int between 0 and 2 (included) Math.floor(Math.random()*3)