Browse Source

docs(less):add the subject of less

CON-2209-MARKDOWN-create-subject-for-less-exercise
root 8 months ago
parent
commit
dde0f6262e
  1. 13
      subjects/less/README.md

13
subjects/less/README.md

@ -0,0 +1,13 @@
## less
### Instructions
Write a function `Less` that takes an integer as argument and returns the integer minus 1.
### Expected function
```js
function less(a) {
}
```
Loading…
Cancel
Save