Skip to content

Instantly share code, notes, and snippets.

@ZamBoyle
Created April 8, 2022 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZamBoyle/6b862751c8980f7a255cd08d728c45e9 to your computer and use it in GitHub Desktop.
Save ZamBoyle/6b862751c8980f7a255cd08d728c45e9 to your computer and use it in GitHub Desktop.
Solution ex1
function add(number1, number2)
{
return number1+number2;
}
@ZamBoyle
Copy link
Author

ZamBoyle commented Apr 8, 2022

Il manque la function substract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment