Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 committed Nov 12, 2023
1 parent 88edb6b commit 8b9f70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div>
<h1>Squared Numbers:</h1>
<ul>
Expand Down

0 comments on commit 8b9f70c

Please sign in to comment.