2019-06-21 TIL

js에서 array에 특정 값이 있는지 확인하고 싶을때.

arrayListindexOf 메서드를 사용

  • arrayList.indexOf(var) > -1
    

Reference

Comments