Languages
[Edit]
EN

JavaScript - get first element of array

0 points
Created by:
Lily
548

In this article, we would like to show you how to get the first element of an array in JavaScript.

Quick solution:

// ONLINE-RUNNER:browser;

const array = ['a', 'b', 'c'];

const firstElement = array[0];

console.log(firstElement);

See also

  1. JavaScript - get first n number of elements from array

Alternative titles

  1. JavaScript - get first element from array
  2. JavaScript - get first item of array
  3. JavaScript - get first item from array
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join