indexOf('my')); //logs `2` to the console because the string value `'my'` is at the 2nd index (arrays in JS start at 0). We should use .findIndex() when we ...
確定! 回上一頁