Skip to content

Functions Helper

Jason Barr edited this page Sep 22, 2021 · 2 revisions

A collection of various helper functions for miscellaneous tasks.

The Functions

  • assert
  • assertEqual
  • concatValues
  • flip
  • handleNegativeIndex
  • identity
  • ifElse
  • log
  • noop - doesn't even bother to return null; you get undefined
  • unit - literally just returns null

Clone this wiki locally