From 5e7f3cfd21010e434ee057cc1f0d68d209102547 Mon Sep 17 00:00:00 2001 From: VICKY SINGH <141301197+vickysingh009@users.noreply.github.com> Date: Sun, 26 Apr 2026 15:42:03 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7734bbee..6fbddb19 100644 --- a/README.md +++ b/README.md @@ -1127,7 +1127,7 @@ → You can split logic into smaller single-responsibility functions. **[⬆ Back to Top](#table-of-contents)** - + 16. ### What is a pure function A **pure function** is a function whose output depends only on its input arguments and produces no side effects. This means that given the same inputs, a pure function will always return the same output, and it does not modify any external state or data.