Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Prattico committed Mar 16, 2023
1 parent f3a7cff commit ee91e84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit ee91e84

Please sign in to comment.