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
// Given an array of integers, find how many times minimum number comes and maximum number comes.
// variables defined by var are available throughout the function in which they are declared, let are onoly available inside the block they are defined