mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
230 B
230 B
date | id | title |
---|---|---|
2020-11-12 | da46f6f1-d81f-48f7-9704-fd1f69debb85 | JavaScript String includes Method |
Syntax
console.log('hello'.includes('ell')) // true
console.log('hello'.includes('ell', 1)) // true