From 37b11d94a0051bb1d32f109d0c4f6f0720d5da5e Mon Sep 17 00:00:00 2001 From: Ramaguru Radhakrishnan <7790256+ramagururadhakrishnan@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:06:34 +0530 Subject: [PATCH] Updated -Topic --- Assets/Lectures/Lab4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Lectures/Lab4.md b/Assets/Lectures/Lab4.md index 2aa0a6e..2694ded 100644 --- a/Assets/Lectures/Lab4.md +++ b/Assets/Lectures/Lab4.md @@ -7,7 +7,7 @@ A higher-order function is a function that takes other functions as arguments or returns a function as result. -### Map, Filter and Foldr +### Map and Filter #### Map The `map` function applies a given function to each element of a list, returning a new list with the transformed elements.