#29 How to use JS Arrays | JavaScript Full Tutorial

preview_player
Показать описание
In this lesson we'll start learning about the object data types, beginning with arrays. Arrays are basically an ordered list of values. These values can be of any data type, so our array can be made up of numbers, strings, booleans, and even other arrays. In this lesson we learn all about how to write and use them.

0:00 - Intro/Quick review
1:02 - What is an array?
1:22 - Creating our first array
2:05 - Accessing an array
3:05 - Adding a value
3:37 - Deleting a value
5:15 - Replacing a value
6:15 - Creating a multi-dimensional array
7:25 - Lesson summary
8:07 - Tasks
10:14 - Coming up next/Outro

------------------

------------------

------------------
Learn with Dev Dreamer! Step by step, easy to understand tutorials :-)
Рекомендации по теме
Комментарии
Автор

Finally you are back after a month. Thanks.

avinashbharti
Автор

Just wanna say, I see the grind. Respect for the top notch quality content.

blenderwarrior
Автор

For Task one was it ok for me to add another country by using the push method? I saw another video on UDEMY and I wanted to wing it and referenced then applied it on this task. I prefer doing your task as suppose to the UDEMY one I am currently learning.

let countries = ['Romania', 'UK', 'Philippines']
const newLength = countries.push('Austria');

console.log(countries);

fillianj
Автор

How are you using comma between the words then jumping to the next name. I keep having to use the right arrow, is there a quicker way.

tim
Автор

Hi Dev dreamer please upload full we development project as you done in a css project plzzz Dev dreamer upload video

dilip