티스토리로 옮겼습니다https://lifetutorial.tistory.com/
© 2020. MIT License.
js에서 array에 특정 값이 있는지 확인하고 싶을때.
arrayList의 indexOf 메서드를 사용
arrayList
indexOf
arrayList.indexOf(var) > -1
Comments