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
[CODE PERFOMANCE] - Try to avoid nesting loops (indexOf + splice), use filter instead
[FUNCTION NAMING] - if a method's name is hide - this method should just hide(set true to the object's hidden property) but not toggle the property's value