mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root
dde0f6262e
|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago |
README.md
less
Instructions
Write a function Less
that takes an integer as argument and returns the integer minus 1.
Expected function
function less(a) {
}