mirror of https://github.com/01-edu/public.git
hamzaelkhatri
1 year ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
## sub |
||||
|
||||
### Instructions |
||||
|
||||
Write a function `Sub` that will return the substraction of two numbers. |
||||
|
||||
### Expected function |
||||
|
||||
```js |
||||
function Sub(a, b) { |
||||
|
||||
} |
||||
``` |
Loading…
Reference in new issue