Become a member
Sign in
Joseph Reckers
Joseph Reckers

Joseph Reckers

3 Following
1 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Joseph Reckers

See more

From Work with JavaScript arrays like a boss by Léna Faure

Values are introduced in the same way as simple variables, meaning for example that strings must be declared between quotation marks.

From Work with JavaScript arrays like a boss by Léna Faure

The array literal notation is simply a comma-separated list of array elements within square brackets.

From Work with JavaScript arrays like a boss by Léna Faure

An element inside an array can be of any type, and different elements of the same array can be of different types : string, boolean, even objects or other arrays. This means that it’s possible to create an array that has a string in the first position, a number …

Claps from Joseph Reckers

See more

JavaScript: Sets vs. Arrays

Chris Geelhoed

Common JavaScript Mistakes — Part 2

John Au-Yeung

Using the DOM like a Pro

Danny Moerkerke