- [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(settrue
to the object'shidden
property) but not toggle the property's value
hide
- this method should just hide(set true
to the object's hidden
property) but not toggle the property's value