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
var vic = v() // can be reset if initialized again using var, but let or const will not allow you to do so. This method is preferred over a global declaration since you can reset the cache without restarting the entire program.