From a41496d8ba70b5efe87a77302a35a3d174abc9dd Mon Sep 17 00:00:00 2001 From: Naitik Pitroda Date: Sat, 28 Oct 2023 13:10:48 +0530 Subject: [PATCH] Abstraction doc's --- EloquentJS/Notes/HOF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EloquentJS/Notes/HOF.md b/EloquentJS/Notes/HOF.md index 3f2376d..499404a 100644 --- a/EloquentJS/Notes/HOF.md +++ b/EloquentJS/Notes/HOF.md @@ -5,7 +5,7 @@ ## Abstraction Abstractions hide details and give us the ability to talk about problems at a higher (or more abstract) level. - +Abstraction help to cover up and hide important details which we don't like to share with anyone. ## Higher Order Functions Functions that operate on other functions, either by taking them as arguments or by returning them, are called higher-order functions.