This website requires JavaScript.
Explore
Help
Sign in
alrayyes
/
wiki
Watch
1
Star
0
Fork
You've already forked wiki
0
mirror of
https://github.com/alrayyes/wiki.git
synced
2025-03-29 09:12:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c2d4cc79da
Branches
Tags
No results found.
wiki
/
content
/
20201112095504-javascript_string_includes_method.md
Ryan Kes
6a506618a5
Quartz sync: Oct 30, 2024, 6:34 PM
2024-10-30 18:34:11 +01:00
230 B
Raw
Blame
History
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