mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-23 21:26:34 +00:00
Quartz sync: May 6, 2024, 10:40 PM
This commit is contained in:
parent
aee9145691
commit
4ef8371441
635 changed files with 22281 additions and 6 deletions
11
content/20201112095504-javascript_string_includes_method.md
Normal file
11
content/20201112095504-javascript_string_includes_method.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
id: da46f6f1-d81f-48f7-9704-fd1f69debb85
|
||||
title: JavaScript String includes Method
|
||||
---
|
||||
|
||||
# Syntax
|
||||
|
||||
``` javascript
|
||||
console.log('hello'.includes('ell')) // true
|
||||
console.log('hello'.includes('ell', 1)) // true
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue