From 8b9f70c9682767e4a3f680ae78c7cfc4c065692d Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:44:23 +0100 Subject: [PATCH] Update example --- example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example b/example index 386f0ff..7ae7fad 100644 --- a/example +++ b/example @@ -4,7 +4,7 @@ import mapFun from "./mapFun.js" const App = () => { const numbers=[1,2,3,4,5,6,7,8,9,10] const squaredNumbers = mapFun(n=>n*n, numbers); - return ( + return (

Squared Numbers: