Skip to content

Commit f2e9df8

Browse files
authored
Merge pull request #27 from Shoaib19/Shoaib019
js phone shop template
2 parents 7463f1b + 5469c66 commit f2e9df8

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)