teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字

2017/10/19 01:23

投稿

nobodytolove123
nobodytolove123

スコア61

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