JavaScript Array Data Structure
2025-01-08
let arrayName = ['red', 'green', 'yellow']; console.log(arrayName); console.log('First Item: ", arrayName[0]); );
TODO: Finish -> JavaScript Array data type Usage and Methods