Array.

// From my own mistakes, I'll just put this here...
// Like this...
Array.includes();

// NOT
Array.include();
// It should be plural!
DCmax1k