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
35e2888bf0
|
1 year ago | |
---|---|---|
.. | ||
README.md | 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) {
}