Understanding Pure and Impure Functions in Javascript
Introduction Before my migration into ReactJs, I never knew about functions being pure or impure. I only understand functions as a set of statements that performs a task or calculates a value. But after my migration to react, I learnt so much about ...


