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 35e2888bf0 docs(js-checkpoint):add readme file of add exercise 1 year ago
..
README.md docs(js-checkpoint):add readme file of add exercise 1 year ago

README.md

add

Instructions

Write a function Add that will return the sum of two integers.

Expected function

function Add(a, b) {
    
}