Skip to content

fikrcamp/sum-two-smallest-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Sum of two smallest numbers

Your Task 📚:

Create a function called sumTwoSmallestNums that takes an array of numbers and returns the sum of the two smallest numbers.

Examples 😃:
sumTwoSmallestNums([12, 5, 24, 55, 18]) ➞ 17
sumTwoSmallestNums([190, 300, 230, 800]) ➞ 420

Good Luck 😀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published