How do I create a currency app using JS | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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

30th Jun 2022, 11:42 AM
Kennedy udofia
2 Réponses
+ 4
Write a convert() function. The function takes amount and rate as input and returns amount*rate as described in the text.
30th Jun 2022, 1:06 PM
Lisa
Lisa - avatar
+ 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
30th Jun 2022, 12:12 PM
Lisa
Lisa - avatar