There's two common ways to check whether a string contains a substring in JavaScript. The more modern way is the String#includes() function.
確定! 回上一頁