✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn

JavaScript Arrays

  • What is an Array? 4:35
  • Create an Array 2 objectives
  • Access Elements in an Array 3:04
  • Access Array Elements by Index 2 objectives
  • Review Array Basics 5 questions
  • Add Elements to an Array 4:10
  • Add Elements to an Array 2 objectives
  • Remove Elements From an Array 4:17
  • Remove Elements From an Array 2 objectives
  • Copy and Combine Arrays with the Spread Operator 7:18
  • Review Adding, Removing, and Copying Array Elements 6 questions

Well done!

You have completed Review Array Basics!

Sign up for Treehouse Back to Library

Quiz Question 1 of 5

Consider the following array:

const lottery = [ 1, 44, 32, 55, 12, 17 ];

Which code snippet prints the number 1 to the JavaScript console?

Choose the correct answer below:

Skip Quiz Review Video
  • A

    console.log( lottery[0] );

  • B

    console.log( lottery(0) );

  • C

    console.log( lottery[1] );

  • D

    console.log( lottery );

Report Question

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.

Report this Question

There was an error while reporting the question. Please try again, or contact support directly.

Describe the issue (optional) (required)

Your feedback has been submitted.
Thank you!

Oh no!

If you continue experiencing problems, please contact support at help@teamtreehouse.com.

Your Exam Has Ended

Sign up for Treehouse!

Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.

Free trial Sign in Next video