Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
Check If String Is In JavaScript Array With Includes()
node v14.20.1
version:
1.0.0
endpoint
share
tweet
const fruits = ['apple', 'banana', 'orange']; console.log(fruits.includes('apple')); // Output: true console.log(fruits.includes('grape')); // Output: false
Loading…
no comments
sign in
to comment