Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 157 Bytes

File metadata and controls

4 lines (4 loc) · 157 Bytes

Creates a function out of '!'.

  • Use this to improve code readability.
  • Instead of - if (!loggedIn) {}
  • do this - if (not(loggedIn)) {}