Side-Effect

Published: 1/18/2020
Last edited: 1/26/2020

A side-effect is something which is external to the body of the current function (often in the form of a function call whose value is not captured).

const whatever = () => {
  console.log('a log is a side-effect')
  return Math.random() * 200
}
Published: 1/18/2020
Last edited: 1/26/2020
See this page on Github
Built with 💛 by Open Sorcerers
Created with Gatsby using the 😎 foresight starter