Mutate an Array Declared with const, 2020 ES6 Tutorials, freeCodeCamp ES6 Challenges 2020

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=77DD0EZVy8w



Duration: 4:49
485 views
5


In this ES6 lesson from freeCodeCamp's Introduction to ES6 Challenges we look at the "const"variable and its use in regards to objects, specifically an array. We learn that though we cannot change the original array declared as a "const" all at 1 time, we can target an index within that array and "'mutate" the original. So though we couldn't give our const a different array, we can change our arrays values, one at a time.




Other Videos By We Will Code


2019-11-23Use Destructuring Assignment to Assign Variables from Arrays, Learning JS ES6 2020, Web Dev
2019-11-22Use Destructuring Assignment to Assign Variables from Nested Objects, Learning the ES6 Syntax
2019-11-21Use Destructuring Assignment to Assign Variables from Objects, An ES6 Course Introduction
2019-11-20Use Destructuring Assignment to Extract Values from Objects, freeCodeCamp tutorials for ES6
2019-11-19Use the Spread Operator to Evaluate Arrays In-Place, An ES6 Teaching
2019-11-18Use the Rest Parameter with Function Parameters, freeCodeCamp Course on ES6 Syntax, Learn JS 2020
2019-11-17Set Default Parameters for Your Functions, ES6 Courses on
2019-11-16Write Arrow Functions with Parameters, freeCodeCamp's ES6 Course, ES6 Challenges FreeCodeCamp
2019-11-15Use Arrow Functions to Write Concise Anonymous Functions, freeCodeCamp's ES6 Challenges, Javascript
2019-11-14Prevent Object Mutation, ES6 freeCodeCamp Introduction, Learn Javascript in 2020, ES6 Syntax
2019-11-13Mutate an Array Declared with const, 2020 ES6 Tutorials, freeCodeCamp ES6 Challenges 2020
2019-11-12Declare a Read-Only Variable with the const Keyword, A freeCodeCamp ES6 Syntax Introduction
2019-11-11Compare Scopes of the var and let Keywords, ES6 Intro FreeCodeCamp, Learn ES6 on FreeCodeCamp
2019-11-10Explore Differences Between the var and let Keywords, Learn ES6, Intro to ES6, free Coding Tutorials
2019-11-10Introduction to the ES6 Challenges, freeCodeCamp Intro to ES6 Challenges on FreeCodeCamp
2019-08-28freeCodeCamp's Use tabindex to Specify the Order of Keyboard Focus for Several Elements
2019-08-24freeCodeCamp's Use tabindex to Add Keyboard Focus to an Element, Accessible Web Apps 2020
2019-08-14freeCodeCamp's Make Links Navigatable with HTML Access Keys, Learn Web Accessibility
2019-08-12freeCodeCamp, Give Links Meaning by Using Descriptive Link Text, Learn to Code 2020
2019-08-10freeCodeCamp, Avoid Colorblindness Issues by Carefully Choosing Colors that Convey Information
2019-08-08freeCodeCamp's, Avoid Colorblindness Issues by Using Sufficient Contrast, Accessible Websites



Tags:
learning javascript es6
learning es6 syntax
const objects
const and arrays
const keyword