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
// All variables are scoped to that module only within JS. So files that consume this module won't have access to count. What we will do is create a getter function to return the value of count.