scrimba
Introduction to ES6+
includes()
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
includes()
Expand for more info
index.js
run
preview
console
let numArray = [1,2,3,4,5];

Console
index.html
-1:10