From ee91e84d7518db3f07ce2e19b4cf202f4d2bd64d Mon Sep 17 00:00:00 2001 From: Marcello Prattico Date: Thu, 16 Mar 2023 15:57:22 -0400 Subject: [PATCH] update instructions --- src/App.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0c2aa5d..9b2052c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,11 +5,10 @@ import './App.css' function App() { /** + * * This function calculates the installments for a purchase plan. * Assume there are always four installments. - * The function need not return anything but should be used to display - * the four installments back to the user after the user inputs a valid - * dollar amount and clicks submit. + * * @param {number} amount the amount the customer intends to purchase */ const createPaymentPlan = (amount) => {