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
// this function takes an array of objects and a speed, adds a value to the array which has a date-time and a speed (it's confusing because the array is called 'cars' and you expect to look at it and see a make/model/color, etc... but the object is supposed to represent a series of speed recordings at times of day to track frequency and speed - cars is a bad name for this array IMO)