Ad
  • Custom User Avatar

    Javascript version, when we are inside the for loop and pushing "array.push(i)" into the array, while its doing all the iterations where does the 'i' get stored before being inputed into the array since the 'return array' is after all the iterations?