본문 바로가기

컴퓨터/Javascript

Javascript include 요소 존재 여부 확인

const ARR = [1, 2, 3];
ARR.includes(3); //true