There is no inbuilt array contains() function in JavaScript. To check if an array contains the specific item, use array includes() function.
確定! 回上一頁