feat(curriculum): Add Basic JS Scrimba links (#34789)

* feat(curriculum): Add Basic JS Scrimba links

* Fix: Add missing video url.

* fix: update videoUrl
This commit is contained in:
Beau Carnes
2019-02-14 12:24:02 -05:00
committed by Randell Dawson
parent 4b2d112627
commit 409c39abf1
107 changed files with 107 additions and 0 deletions

View File

@ -3,6 +3,7 @@ id: 56bbb991ad1ed5201cd392ca
title: Access Array Data with Indexes title: Access Array Data with Indexes
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes' guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes'
videoUrl: 'https://scrimba.com/c/cBZQbTz'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56592a60ddddeae28f7aa8e1
title: Access Multi-Dimensional Arrays With Indexes title: Access Multi-Dimensional Arrays With Indexes
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes' guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes'
videoUrl: 'https://scrimba.com/c/ckND4Cq'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244cd
title: Accessing Nested Arrays title: Accessing Nested Arrays
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes' guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes'
videoUrl: 'https://scrimba.com/c/cLeGDtZ'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244cc
title: Accessing Nested Objects title: Accessing Nested Objects
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-nested-objects-in-json' guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-nested-objects-in-json'
videoUrl: 'https://scrimba.com/c/cRnRnfa'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244c8
title: Accessing Object Properties with Bracket Notation title: Accessing Object Properties with Bracket Notation
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-objects-properties-with-bracket-notation' guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-objects-properties-with-bracket-notation'
videoUrl: 'https://scrimba.com/c/cBvmEHP'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244c7 id: 56533eb9ac21ba0edf2244c7
title: Accessing Object Properties with Dot Notation title: Accessing Object Properties with Dot Notation
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cGryJs8'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244c9
title: Accessing Object Properties with Variables title: Accessing Object Properties with Variables
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-objects-properties-with-variables' guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-objects-properties-with-variables'
videoUrl: 'https://scrimba.com/c/cnQyKur'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392d2 id: 56bbb991ad1ed5201cd392d2
title: Add New Properties to a JavaScript Object title: Add New Properties to a JavaScript Object
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cQe38UD'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb3bdef id: cf1111c1c11feddfaeb3bdef
title: Add Two Numbers with JavaScript title: Add Two Numbers with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cM2KBAG'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244de
title: Adding a Default Option in Switch Statements title: Adding a Default Option in Switch Statements
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/adding-a-default-option-in-switch-statements' guideUrl: 'https://www.freecodecamp.org/guide/certificates/adding-a-default-option-in-switch-statements'
videoUrl: 'https://scrimba.com/c/c3JvVfg'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244ed
title: Appending Variables to Strings title: Appending Variables to Strings
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/appending-variables-to-strings' guideUrl: 'https://www.freecodecamp.org/guide/certificates/appending-variables-to-strings'
videoUrl: 'https://scrimba.com/c/cbQmZfa'
--- ---
## Description ## Description

View File

@ -3,6 +3,7 @@ id: 56533eb9ac21ba0edf2244c3
title: Assignment with a Returned Value title: Assignment with a Returned Value
challengeType: 1 challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/assignment-with-a-returned-value' guideUrl: 'https://www.freecodecamp.org/guide/certificates/assignment-with-a-returned-value'
videoUrl: 'https://scrimba.com/c/ce2pEtB'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392d0 id: 56bbb991ad1ed5201cd392d0
title: Build JavaScript Objects title: Build JavaScript Objects
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cWGkbtd'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244dc id: 56533eb9ac21ba0edf2244dc
title: Chaining If Else Statements title: Chaining If Else Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/caeJgsw'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c441eddfaeb4bdef id: bd7123c9c441eddfaeb4bdef
title: Comment Your JavaScript Code title: Comment Your JavaScript Code
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c7ynnTp'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d0 id: 56533eb9ac21ba0edf2244d0
title: Comparison with the Equality Operator title: Comparison with the Equality Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cKyVMAL'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d4 id: 56533eb9ac21ba0edf2244d4
title: Comparison with the Greater Than Operator title: Comparison with the Greater Than Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cp6GbH4'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d5 id: 56533eb9ac21ba0edf2244d5
title: Comparison with the Greater Than Or Equal To Operator title: Comparison with the Greater Than Or Equal To Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c6KBqtV'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d2 id: 56533eb9ac21ba0edf2244d2
title: Comparison with the Inequality Operator title: Comparison with the Inequality Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cdBm9Sr'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d6 id: 56533eb9ac21ba0edf2244d6
title: Comparison with the Less Than Operator title: Comparison with the Less Than Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cNVRWtB'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d7 id: 56533eb9ac21ba0edf2244d7
title: Comparison with the Less Than Or Equal To Operator title: Comparison with the Less Than Or Equal To Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cNVR7Am'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d1 id: 56533eb9ac21ba0edf2244d1
title: Comparison with the Strict Equality Operator title: Comparison with the Strict Equality Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cy87atr'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d3 id: 56533eb9ac21ba0edf2244d3
title: Comparison with the Strict Inequality Operator title: Comparison with the Strict Inequality Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cKekkUy'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d8 id: 56533eb9ac21ba0edf2244d8
title: Comparisons with the Logical And Operator title: Comparisons with the Logical And Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cvbRVtr'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244d9 id: 56533eb9ac21ba0edf2244d9
title: Comparisons with the Logical Or Operator title: Comparisons with the Logical Or Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cEPrGTN'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244af id: 56533eb9ac21ba0edf2244af
title: Compound Assignment With Augmented Addition title: Compound Assignment With Augmented Addition
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cDR6LCb'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b2 id: 56533eb9ac21ba0edf2244b2
title: Compound Assignment With Augmented Division title: Compound Assignment With Augmented Division
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c2QvKT2'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b1 id: 56533eb9ac21ba0edf2244b1
title: Compound Assignment With Augmented Multiplication title: Compound Assignment With Augmented Multiplication
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c83vrfa'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b0 id: 56533eb9ac21ba0edf2244b0
title: Compound Assignment With Augmented Subtraction title: Compound Assignment With Augmented Subtraction
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c2Qv7AV'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b7 id: 56533eb9ac21ba0edf2244b7
title: Concatenating Strings with Plus Operator title: Concatenating Strings with Plus Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cNpM8AN'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b8 id: 56533eb9ac21ba0edf2244b8
title: Concatenating Strings with the Plus Equals Operator title: Concatenating Strings with the Plus Equals Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cbQmmC4'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b9 id: 56533eb9ac21ba0edf2244b9
title: Constructing Strings with Variables title: Constructing Strings with Variables
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cqk8rf4'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56105e7b514f539506016a5e id: 56105e7b514f539506016a5e
title: Count Backwards With a For Loop title: Count Backwards With a For Loop
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c2R6BHa'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 565bbe00e9cc8ac0725390f4 id: 565bbe00e9cc8ac0725390f4
title: Counting Cards title: Counting Cards
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c6KE7ty'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1391c1c11feddfaeb4bdef id: cf1391c1c11feddfaeb4bdef
title: Create Decimal Numbers with JavaScript title: Create Decimal Numbers with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ca8GEuW'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c443eddfaeb5bdef id: bd7123c9c443eddfaeb5bdef
title: Declare JavaScript Variables title: Declare JavaScript Variables
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cNanrHq'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c444eddfaeb5bdef id: bd7123c9c444eddfaeb5bdef
title: Declare String Variables title: Declare String Variables
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c2QvWU6'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244ad id: 56533eb9ac21ba0edf2244ad
title: Decrement a Number with JavaScript title: Decrement a Number with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cM2KeS2'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392d3 id: 56bbb991ad1ed5201cd392d3
title: Delete Properties from a JavaScript Object title: Delete Properties from a JavaScript Object
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cDqKdTv'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7993c9ca9feddfaeb7bdef id: bd7993c9ca9feddfaeb7bdef
title: Divide One Decimal by Another with JavaScript title: Divide One Decimal by Another with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cBZe9AW'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb6bdef id: cf1111c1c11feddfaeb6bdef
title: Divide One Number by Another with JavaScript title: Divide One Number by Another with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cqkbdAr'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b6 id: 56533eb9ac21ba0edf2244b6
title: Escape Sequences in Strings title: Escape Sequences in Strings
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cvmqRh6'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b5 id: 56533eb9ac21ba0edf2244b5
title: Escaping Literal Quotes in Strings title: Escaping Literal Quotes in Strings
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c2QvgSr'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c448eddfaeb5bdef id: bd7123c9c448eddfaeb5bdef
title: Find the Length of a String title: Find the Length of a String
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cvmqEAd'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244ae id: 56533eb9ac21ba0edf2244ae
title: Finding a Remainder in JavaScript title: Finding a Remainder in JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cWP24Ub'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb9bdef id: cf1111c1c11feddfaeb9bdef
title: Generate Random Fractions with JavaScript title: Generate Random Fractions with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cyWJJs3'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c12feddfaeb1bdef id: cf1111c1c12feddfaeb1bdef
title: Generate Random Whole Numbers with JavaScript title: Generate Random Whole Numbers with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cRn6bfr'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c12feddfaeb2bdef id: cf1111c1c12feddfaeb2bdef
title: Generate Random Whole Numbers within a Range title: Generate Random Whole Numbers within a Range
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cm83yu6'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244be id: 56533eb9ac21ba0edf2244be
title: Global Scope and Functions title: Global Scope and Functions
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cQM7mCN'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244c0 id: 56533eb9ac21ba0edf2244c0
title: Global vs. Local Scope in Functions title: Global vs. Local Scope in Functions
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c2QwKH2'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 5664820f61c48e80c9fa476c id: 5664820f61c48e80c9fa476c
title: Golf Code title: Golf Code
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c9ykNUR'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244ac id: 56533eb9ac21ba0edf2244ac
title: Increment a Number with JavaScript title: Increment a Number with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ca8GLT9'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244a9 id: 56533eb9ac21ba0edf2244a9
title: Initializing Variables with the Assignment Operator title: Initializing Variables with the Assignment Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cWJ4Bfb'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244db id: 56533eb9ac21ba0edf2244db
title: Introducing Else If Statements title: Introducing Else If Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/caeJ2hm'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244da id: 56533eb9ac21ba0edf2244da
title: Introducing Else Statements title: Introducing Else Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cek4Efq'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56104e9e514f539506016a5c id: 56104e9e514f539506016a5c
title: Iterate Odd Numbers With a For Loop title: Iterate Odd Numbers With a For Loop
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cm8n7T9'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 5675e877dbd60be8ad28edc6 id: 5675e877dbd60be8ad28edc6
title: Iterate Through an Array with a For Loop title: Iterate Through an Array with a For Loop
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/caeR3HB'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 5a2efd662fb457916e1fe604 id: 5a2efd662fb457916e1fe604
title: Iterate with JavaScript Do...While Loops title: Iterate with JavaScript Do...While Loops
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cDqWGcp'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb5bdef id: cf1111c1c11feddfaeb5bdef
title: Iterate with JavaScript For Loops title: Iterate with JavaScript For Loops
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c9yNVCe'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb1bdef id: cf1111c1c11feddfaeb1bdef
title: Iterate with JavaScript While Loops title: Iterate with JavaScript While Loops
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c8QbnCM'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244bf id: 56533eb9ac21ba0edf2244bf
title: Local Scope and Functions title: Local Scope and Functions
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cd62NhM'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 5690307fddb111c6084545d7 id: 5690307fddb111c6084545d7
title: Logical Order in If Else Statements title: Logical Order in If Else Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cwNvMUV'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392cc id: 56bbb991ad1ed5201cd392cc
title: Manipulate Arrays With pop() title: Manipulate Arrays With pop()
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cRbVZAB'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392cb id: 56bbb991ad1ed5201cd392cb
title: Manipulate Arrays With push() title: Manipulate Arrays With push()
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cnqmVtJ'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392cd id: 56bbb991ad1ed5201cd392cd
title: Manipulate Arrays With shift() title: Manipulate Arrays With shift()
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cRbVETW'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392ce id: 56bbb991ad1ed5201cd392ce
title: Manipulate Arrays With unshift() title: Manipulate Arrays With unshift()
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ckNDESv'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244cb id: 56533eb9ac21ba0edf2244cb
title: Manipulating Complex Objects title: Manipulating Complex Objects
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c9yNMfR'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb8bdef id: cf1111c1c11feddfaeb8bdef
title: Modify Array Data With Indexes title: Modify Array Data With Indexes
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/czQM4A8'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244df id: 56533eb9ac21ba0edf2244df
title: Multiple Identical Options in Switch Statements title: Multiple Identical Options in Switch Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cdBKWCV'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7993c9c69feddfaeb7bdef id: bd7993c9c69feddfaeb7bdef
title: Multiply Two Decimals with JavaScript title: Multiply Two Decimals with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ce2GeHq'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1231c1c11feddfaeb5bdef id: cf1231c1c11feddfaeb5bdef
title: Multiply Two Numbers with JavaScript title: Multiply Two Numbers with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cP3y3Aq'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb7bdef id: cf1111c1c11feddfaeb7bdef
title: Nest one Array within Another Array title: Nest one Array within Another Array
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/crZQZf8'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244e1 id: 56533eb9ac21ba0edf2244e1
title: Nesting For Loops title: Nesting For Loops
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cRn6GHM'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244bd id: 56533eb9ac21ba0edf2244bd
title: Passing Values to Functions with Arguments title: Passing Values to Functions with Arguments
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cy8rahW'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 599a789b454f2bbd91a3ff4d id: 599a789b454f2bbd91a3ff4d
title: Practice comparing different values title: Practice comparing different values
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cm8PqCa'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 5688e62ea601b2482ff8422b id: 5688e62ea601b2482ff8422b
title: Profile Lookup title: Profile Lookup
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cDqW2Cg'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244b4 id: 56533eb9ac21ba0edf2244b4
title: Quoting Strings with Single Quotes title: Quoting Strings with Single Quotes
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cbQmnhM'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244cf id: 56533eb9ac21ba0edf2244cf
title: Record Collection title: Record Collection
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c4mpysg'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244e0 id: 56533eb9ac21ba0edf2244e0
title: Replacing If Else Chains with Switch title: Replacing If Else Chains with Switch
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c3JE8fy'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244c2 id: 56533eb9ac21ba0edf2244c2
title: Return a Value from a Function with Return title: Return a Value from a Function with Return
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cy87wue'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244c4 id: 56533eb9ac21ba0edf2244c4
title: Return Early Pattern for Functions title: Return Early Pattern for Functions
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cQe39Sq'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 5679ceb97cbaa8c51670a16b id: 5679ceb97cbaa8c51670a16b
title: Returning Boolean Values from Functions title: Returning Boolean Values from Functions
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cp62qAQ'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244dd id: 56533eb9ac21ba0edf2244dd
title: Selecting from Many Options with Switch Statements title: Selecting from Many Options with Switch Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c4mv4fm'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244bc id: 56533eb9ac21ba0edf2244bc
title: Shopping List title: Shopping List
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c9MEKHZ'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244c6 id: 56533eb9ac21ba0edf2244c6
title: Stand in Line title: Stand in Line
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ca8Q8tP'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7993c9c69feddfaeb8bdef id: bd7993c9c69feddfaeb8bdef
title: Store Multiple Values in one Variable using JavaScript Arrays title: Store Multiple Values in one Variable using JavaScript Arrays
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/crZQWAm'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244a8 id: 56533eb9ac21ba0edf2244a8
title: Storing Values with the Assignment Operator title: Storing Values with the Assignment Operator
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cEanysE'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c11feddfaeb4bdef id: cf1111c1c11feddfaeb4bdef
title: Subtract One Number from Another with JavaScript title: Subtract One Number from Another with JavaScript
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cP3yQtk'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 567af2437cbaa8c51670a16c id: 567af2437cbaa8c51670a16c
title: Testing Objects for Properties title: Testing Objects for Properties
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cm8Q7Ua'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244ba id: 56533eb9ac21ba0edf2244ba
title: Understand String Immutability title: Understand String Immutability
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cWPVaUR'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c441eddfaeb5bdef id: bd7123c9c441eddfaeb5bdef
title: Understanding Boolean Values title: Understanding Boolean Values
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c9Me8t4'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244ab id: 56533eb9ac21ba0edf2244ab
title: Understanding Case Sensitivity in Variables title: Understanding Case Sensitivity in Variables
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cd6GDcD'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 598e8944f009e646fc236146 id: 598e8944f009e646fc236146
title: Understanding Undefined Value returned from a Function title: Understanding Undefined Value returned from a Function
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ce2p7cL'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56533eb9ac21ba0edf2244aa id: 56533eb9ac21ba0edf2244aa
title: Understanding Uninitialized Variables title: Understanding Uninitialized Variables
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cBa2JAL'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: 56bbb991ad1ed5201cd392d1 id: 56bbb991ad1ed5201cd392d1
title: Updating Object Properties title: Updating Object Properties
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/c9yEJT4'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c549eddfaeb5bdef id: bd7123c9c549eddfaeb5bdef
title: Use Bracket Notation to Find the First Character in a String title: Use Bracket Notation to Find the First Character in a String
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/ca8JwhW'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c451eddfaeb5bdef id: bd7123c9c451eddfaeb5bdef
title: Use Bracket Notation to Find the Last Character in a String title: Use Bracket Notation to Find the Last Character in a String
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cBZQGcv'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c450eddfaeb5bdef id: bd7123c9c450eddfaeb5bdef
title: Use Bracket Notation to Find the Nth Character in a String title: Use Bracket Notation to Find the Nth Character in a String
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cWPVJua'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: bd7123c9c452eddfaeb5bdef id: bd7123c9c452eddfaeb5bdef
title: Use Bracket Notation to Find the Nth-to-Last Character in a String title: Use Bracket Notation to Find the Nth-to-Last Character in a String
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cw4vkh9'
--- ---
## Description ## Description

View File

@ -2,6 +2,7 @@
id: cf1111c1c12feddfaeb3bdef id: cf1111c1c12feddfaeb3bdef
title: Use Conditional Logic with If Statements title: Use Conditional Logic with If Statements
challengeType: 1 challengeType: 1
videoUrl: 'https://scrimba.com/c/cy87mf3'
--- ---
## Description ## Description

Some files were not shown because too many files have changed in this diff Show More