//전략 maxAffordableUnits: function(e) { var t = e.wood ? this.wood / e.wood : 0 , o = e.stone ? this.stone / e.stone : 0 , s = e.iron ? this.iron / e.iron : 0; return Math.floor(Math.min(t, o, s)) } //후략

a b c d e f g ...

누구나 처 볼 수 있으니까 쉽게 건들지 말라고

매개변수 이름 다 바꿔두는거냐?