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: