+ 2
How do I create a currency app using JS
Creating a currency app using function convert which takes two parameter:the amount to convert,and the rate and return the resulting amount. Course on sololearn "Function" Course project 30
2 Answers
+ 4
Write a convert() function. The function takes amount and rate as input and returns amount*rate as described in the text.
+ 5
if you are referring to a sololearn task, please mention the course name and the task number.
Please show your code attempt so we can check on it