Search
❯
Nov 12, 20201 min read
console.log('hello'.includes('ell')) // true console.log('hello'.includes('ell', 1)) // true