React Redux

From bibbleWiki
Revision as of 03:54, 23 May 2020 by Iwiseman (talk | contribs) (Created page with "= Pure Functions * like static is c#/c++ only using inputs to produce outputs function multiply(a, b) { return a * b; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

= Pure Functions

  • like static is c#/c++ only using inputs to produce outputs
function multiply(a, b)
{
  return a * b;
}