Skip to content

Commit 5469c66

Browse files
committed
js phone shop template
1 parent 56f2631 commit 5469c66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

JS/phone_shop.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
TAX_RATE =
2+
PHONE_PRICE =
3+
ACCESSORY_PRICE =
4+
SPENDING_THRESHOLD =
5+
var bank_account_balance =
6+
7+
function calculateTotalPrice() {
8+
9+
}
10+
11+
function calculatePurchaseAmount() {
12+
13+
}
14+
15+
function calculatingTax(){
16+
17+
}

0 commit comments

Comments
 (0)