A.局部 B.全局 C.typeof D.new
A.%= B.+= C.= D.全部都可以
A.x.concat("foo") B.x.add("foo") C.x.combine("foo") D.全都不對,JavaScript沒有這樣的方法