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