RSSAmplifier

The Kreativ Dev · Jan 4, 2022

JS Capsules: Arrays

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

What's an Array? An array is a data structure used to store a collection of elements in an ordered form. let myArray = ["cheese", "milk", true, 8, "flamingo"]; An array can store elements of different data types - strings, numbers, booleans, objects,...

Read on dpkreativ.hashnode.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.