We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e914384 commit e8270beCopy full SHA for e8270be
01장. 다중 통화를 지원하는 Money 객체/index.ts
@@ -5,6 +5,6 @@ export class Dollar {
5
}
6
7
times (multiplier: number) {
8
- this.amount = this.amount * multiplier
+ this.amount *= multiplier
9
10
0 commit comments