Syntax

console.log('hello'.includes('ell')) // true
console.log('hello'.includes('ell', 1)) // true