Skip to content

Commit fc1f3ce

Browse files
authored
Update app.js
1 parent d703c24 commit fc1f3ce

File tree

1 file changed

+2
-2
lines changed
  • exercises/13-How-much-the-wedding-costs

1 file changed

+2
-2
lines changed

exercises/13-How-much-the-wedding-costs/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ function getPrice(guests){
66
return cost;
77
}
88

9-
let price = getPrice(input);
10-
console.log('Your wedding will cost '+price+' dollars');
9+
let price = getPrice(guests);
10+
console.log('Your wedding will cost '+price+' dollars');

0 commit comments

Comments
 (0)