Media Summary: variable scope = where a variable is recognized // and accessible (local vs global) let x = 3; // global scope function1(); function ... In this video, we're taking a beginner-friendly dive into Happy Web Dev Wednesday! This week we are moving on to the wonderful world of
Learn Basic Javascript Declare Javascript - Detailed Analysis & Overview
variable scope = where a variable is recognized // and accessible (local vs global) let x = 3; // global scope function1(); function ... In this video, we're taking a beginner-friendly dive into Happy Web Dev Wednesday! This week we are moving on to the wonderful world of 00:00:00 arrays 00:01:06 index 00:02:16 array methods 00:03:07 .length 00:03:41 .indexOf 00:04:33 iterate an array 00:06:34 ...