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
// takeUntil.js should take in an array to work with and a callback function. The function will return a slice of the array with elements taken from the beginning. It should keep going until the callback/predicate returns a truthy value.