Browse Source

docs(checkpoint-js):add subject of sub exercise

CON-2238-MARKDOWN-add-subject-of-sub-exercise
hamzaelkhatri 7 months ago
parent
commit
2d338f9185
  1. 13
      subjects/sub/README.md

13
subjects/sub/README.md

@ -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…
Cancel
Save