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
* update from var to let and const
* Update from var to let and const
* Update times.spec.js from var to let and const
* Strict mode addition, migrated let usage to const
* Revert changes to package-lock.json
The times.spec.js file uses the var syntax for variable declarations, as opposed to the more modern const/let syntax
The text was updated successfully, but these errors were encountered: