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
You will never know how many items `myStupidArray` has because it is being randomly generated during runtime using the `generateRandomArray` function.
8
8
9
-
But don't worry! The property `myStupidArray.length` returns the length of myArray (try console logging it and you will see the length displayed ont he console).
9
+
But don't worry! The property `myStupidArray.length` returns the length of myArray (try console logging it and you will see the length displayed on the console).
0 commit comments