mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
396 B
396 B
id | title |
---|---|
8a5acfc2-e49c-4f3a-8823-00d7b57e8569 | JavaScript String startsWith Method |
Syntax
console.log('hello'.startsWith('hell')) // true
console.log('hello'.startsWith('ell', 1)) // true