Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 committed Jan 6, 2024
1 parent 8c4d84b commit 5fb153a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
|Problem|Solution|
|-|-|
|![problem](https://github.com/zakarialaoui10/mapfun/blob/cbedc3733eda2d26bf3854bb401aea21afc49ee7/Javascript/assets/problem.png?raw=true)|![solution](https://github.com/zakarialaoui10/mapfun/blob/main/Javascript/assets/solution.png?raw=true)|
📝 Javascript provides a built-in Math module with various functions.

⚠️However, there is room for improvement in terms of efficiency. For instance, the Math.exp(x) function can calculate the square root of a number x, but it has limitations such as the inability to accept multiple parameters and the inability to map the function to different data types like Arrays and Objects.

The magic function called `mapfun`
💡 In zikojs, I have addressed these limitations, providing a more versatile and efficient solution.

# mapfun

Expand Down

0 comments on commit 5fb153a

Please sign in to comment.