Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 255 Bytes

checklist.md

File metadata and controls

2 lines (2 loc) · 255 Bytes
  1. [CODE PERFOMANCE] - Try to avoid nesting loops (indexOf + splice), use filter instead
  2. [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