質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
if(tax){
|
15
15
|
tx = tax;
|
16
16
|
}else{
|
17
|
-
tx
|
17
|
+
tx = 0.08;
|
18
18
|
}
|
19
19
|
return Math.floor(price * (1 + tx));
|
20
20
|
}
|