How to Create an Array with JavaScript, Creating an Array Explained in Codecademy, What are Arrays

Channel:
Subscribers:
7,740
Published on ● Video Link: https://www.youtube.com/watch?v=5jFyhVp1ONg



Category:
Guide
Duration: 2:18
211 views
4


In this lesson we go over, How to Create an Array with JavaScript, Creating an Array Explained in Codecademy, What are Arrays? We are now in the Arrays section, and in this lesson, "Create an Array", we learn how to create an Array Literal in JavaScript. We learn that we are able to save an array in a variable. We learn that arrays are lists, and we use square brackets to wrap the elements in our lists. We can have single or multiple data types within our arrays. Within our array, we separate each data type using commas. In this lesson, we are asked to create an array called 'hobbies'. We are supposed to create an array made up of 3 hobbies of the string data type. We are shown examples of arrays with multiple data types such as an array with a string, number, and boolean data type. We are able to create a variety of arrays and they are helpful in managing lists of information. In the next lessons, we will learn more about arrays and how we are able to use them and manipulate them in our programs. Make sure to master arrays in JavaScript and understand their role in programming.




Other Videos By We Will Code


2022-03-04Learn JavaScript, Review Arrays, How JavaScript Arrays Work, Understanding Arrays in JavaScript 2022
2022-03-04Accessing Nested Arrays in JavaScript, Nested Arrays in Arrays Explained, Learn JS on Codecademy,
2022-03-04Arrays in Functions Explained, Understanding Arrays and Functions on Codecademy's Learn JavaScript
2022-03-03More Array Methods Explained in JavaScript on Codecademy, Methods, shift, unshift, slice, indexof
2022-03-03Removing last element in an Array with pop Method in JavaScript, Codecademy's JS Array's pop Method
2022-03-03Array Push Method Explained with JavaScript on Codecademy, Understanding Array Push Method, JS Guide
2022-03-03Array's Length Property Explained, JavaScript on Codecademy, Count Elements in an Array with length
2022-03-02Difference Between Arrays with let and const in JavaScript, Use let and const with Array, Codecademy
2022-03-02How to Update Elements in an Array with JavaScript, Updating List Items in Arrays on Codecademy
2022-03-02Accessing Elements in an Array with JavaScript, How to Access Elements in an Array on Codecademy JS
2022-03-01How to Create an Array with JavaScript, Creating an Array Explained in Codecademy, What are Arrays
2022-03-01JavaScript Arrays for Beginners, Intro to JavaScript Arrays on Codecademy, Learn Array Manipulation
2022-03-01Codecademy's Learn JavaScript, Review Scope, Blocks, Namespace, Global Variables, Scope Pollution
2022-03-01How to Practice Good Scoping in JavaScript, Practicing Good Scope on Codecademy, Learning to Code
2022-03-01Avoid Scope Pollution in JavaScript, Avoiding Scope Pollution on Codecademy Programming Walkthroughs
2022-02-27Block Scope Explained in JavaScript, What is Block Scope, Codecademy's Learn Programming in JS ES6
2022-02-26What is Global Scope in JavaScript, Scope and Variable Accessibility, Codecademy's Learn JavaScript
2022-02-26Blocks and Scope in JavaScript, ES6 Blocks and Scope on Codecademy, Learn to Code, Learn to Program
2022-02-25What is Scope in Programming, Intro to Scope in JavaScript, Programming with Codecademy ES6 JS Guide
2022-02-25Review of JavaScript Functions, A Review of Functions in Programming, Writing Functions, Codecademy
2022-02-25What are Concise Body Arrow Functions in JavaScript ES6 Syntax, Concise Body JS on Codecademy, Guide



Tags:
Coding
ES6
JS
JavaScript
Programming
Tutorials