Created
April 8, 2022 09:39
-
-
Save ZamBoyle/6b862751c8980f7a255cd08d728c45e9 to your computer and use it in GitHub Desktop.
Solution ex1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function add(number1, number2) | |
{ | |
return number1+number2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Il manque la function substract