What is a Pure Function?
In computer science, a pure function is a function that, given the same input, will always return the same output and have no side effects. They do not modify the state of the system or have any observable side effects such as network or database cal...
dhawalpandya01.hashnode.dev3 min read