Run
Reset
Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
<!-- HTML -->
/* CSS */
const numArr = [33, 41, 12, 16, 25]; let check = numArr.includes(12); //Returns true document.write(check);