Codewars, Dollars and Cents , 2017 Javascript Implementation

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=4nI0R0w5DOo



Duration: 2:53
764 views
10


In this Codewar we are asked to create a function that takes one number parameter and returns it in money format. We apply the toFixed method to format our number with 2 decimal places. We then return a dollar sign and concatenate our fixed amount.







Tags:
codewars javascript
codewars algorithms
codewars calculate average