In this lesson we will learn of Front-end development, we will learn about JavaScript Arrays. After understanding about the JavaScript Arrays we will utilize them in the project.
JavaScript Array is a named container like a variable, but it stores more than one value. Each value is separated by a comma, and enclosed in square brackets.
Each value in the array can be called separately and utilized to form other forms of data structures.
In our resume project we have utilized the array mechanism to store references of HTML Elements. These HTML elements will be referenced in our actual JavaScript code where program logic is written.
PROJECT FILE
https://drive.google.com/open?id=1gCGmFr7oFiwuugHJPfzIZk3qnqpfT9gv
Comments
Post a Comment