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 docs(less):add the subject of less 1 year ago
..
README.md docs(less):add the subject of less 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) {

}