Sawtaytoes
3/2/2019 - 1:07 AM

Simple Function to Throw an Error

const throwError = () => {
  throw "Who made this function?"
}