From 5fb153ade84c31bf96cbd132a9bb768c9e399585 Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:06:37 +0100 Subject: [PATCH] Update README.md --- Javascript/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Javascript/README.md b/Javascript/README.md index c2edfbd..ae5cb3e 100644 --- a/Javascript/README.md +++ b/Javascript/README.md @@ -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