Challenge: Create an Amount
This challenge will test your skills of writing efficient code using functions in JavaScript.
Problem statement
Given an array of coins
, write a function to compute the number of ways you can make that amount
using those coins.
Note: There is an unlimited number of each coin type available.
Input
-
an
amount
...
Access this course and 1400+ top-rated courses and projects.