Back to Browse

Pure Functions And Side Effects

10.1K views
May 20, 2019
3:51

📘New Course: Build full-stack React Typescript applications https://tsreact.maksimivanov.com/s/ytd New video about Firebase Database + React: https://youtu.be/yyo_TcZCrS4 In computer programming pure function is a function that satisfies two conditions: It is deterministic, which means that for any given input it will always return same output. It has no side effects. Which means it doesn’t change outside world. Doesn’t perform input/output operation or change global variables. My Discord Server: https://discord.gg/KPh8Vvb

Download

0 formats

No download links available.

Pure Functions And Side Effects | NatokHD