You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Create a function that generates an ARRAY of 6 random integers (NUMBERS) between 0 and 60. Use a while or for-loop, Math.random(), Math.ceil() and/or Math.floor().</p>