mirror of https://github.com/01-edu/public.git
root
1 year ago
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
## jabs |
||||||
|
|
||||||
|
|
||||||
|
### Instructions |
||||||
|
|
||||||
|
- Create a function named `abs` that takes a number as an argument and returns its absolute value. You must make your own implementation. You must not use `Math.abs()` |
||||||
|
|
||||||
|
### Expected function |
||||||
|
|
||||||
|
```js |
||||||
|
function abs(n) { |
||||||
|
|
||||||
|
} |
||||||
|
``` |
Loading…
Reference in new issue