//전략
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 ...
누구나 처 볼 수 있으니까 쉽게 건들지 말라고
매개변수 이름 다 바꿔두는거냐?
근본없는언어
Js소스 받을때 용량 줄잖아
이거 uglyfyJS 라이브러리로 변수명 압축한거아니냐? - dc App