Skip to content

brianmwaghogho/First-attempt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Creating a function of the sum of two numbers

const addNumbers =(a,b) =>{ return (a+b); }; const a = 10; const b = 5; console.log(addNumber(a,b);

About

Trying to master some things in GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors