/*eslint no-implicit-coercion: 2*/ var b = !!foo; /*error use 'Boolean(foo)' instead.*/ var b = ~foo.indexOf("."); /*error use 'foo.indexOf(".") !==
確定! 回上一頁