Skip to content

Files

Latest commit

 

History

History

Day 20

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Add two numbers

Instruction

  • Add two numbers

Challenges (0/2 done)

  • add Two Numbers
  • JUST ADD TWO NUMBERS! YAAAY
const addTwoNumbers = (a, b) => {
	// code here

	return
}