fetch

Creating Array and Fetching Elements in JavaScript

0:00
↔️ ↕️

Timecodes:

[Music]

welcome back aliens my name is david

reddy and let's continue with this

series on javascript

in this video we'll talk about arrays

see in the earlier video we have talked

about

objects right and then before that we

have also talked about primitive types

and then we have also discussed that

whatever data is not a type of primitive

it will be an object

now this can be the object which we

created then we have functions which are

objects

and then we have areas which are objects

but then when you have an object

why you need another concept like arrays

so if you look at the

object we have a key and a value right

example when you talked about


Related queries:


how to get data from array in javascript
how to extract data from array in javascript
how to fetch values from array in javascript
how to fetch data from json array in javascript
how to fetch data from multidimensional array in javascript
how to fetch data from array of objects in javascript
how to get values from array in javascript
how to get elements from array in javascript
how to extract values from array in javascript