new String('abc') instanceof String true. That is, new String() wraps a primitive string and produces a wrapper object.
確定! 回上一頁