w3schools.com

JavaScript Arrays Methods - Part 1 (opens in new tab)

Discussed on DEV

What is an Array? An Array is a special object in JavaScript used to store multiple values in a single variable. Instead of creating separate variables, let student1 = "John"; let student2 = "David"; let student3 = "Alex"; we can use an array: let students = ["John", "David", "Alex"]; Each value inside the array is called an element, and every element has an index starting from 0. Index : 0 1 2 ------------------------- Array : | John | David | Alex | ------------------------- 1. Array length...

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help