We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d703c24 commit fc1f3ceCopy full SHA for fc1f3ce
exercises/13-How-much-the-wedding-costs/app.js
@@ -6,5 +6,5 @@ function getPrice(guests){
6
return cost;
7
}
8
9
-let price = getPrice(input);
10
-console.log('Your wedding will cost '+price+' dollars');
+let price = getPrice(guests);
+console.log('Your wedding will cost '+price+' dollars');
0 commit comments