• Home
  • Free Trial
  • Sign In
  • Techdegree
  • Tracks
  • Library
  • Community
  • Support
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • 21st Century Skills
      • • Android
      • • APIs
      • • Business
      • • C#
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Equity, Diversity, and Inclusion (EDI)
      • • Go
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • PHP
      • • Python
      • • Quality Assurance
      • • Ruby
      • • Security
  • Ndhokoyo Aaron
    Ndhokoyo Aaron
    4,816 Points

    script.js contains an array of string values (the names of players in a game). Practice using array indices by accessing

    Posted March 5, 2021 5:23pm by Ndhokoyo Aaron
    Ndhokoyo Aaron
    4,816 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Access Array Elements by Index

    1 Answer

  • Juan Pablo Castrillon
    Juan Pablo Castrillon
    863 Points

    I am using console.log(players [0] )

    Posted March 2, 2021 9:49pm by Juan Pablo Castrillon
    Juan Pablo Castrillon
    863 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Access Array Elements by Index

    1 Answer

  • Natalia Ninou
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Natalia Ninou
    Front End Web Development Techdegree Student 8,151 Points

    The array assigned to the variable orderQueue contains a list of order numbers. Declare a new variable named shipping. R

    Posted January 23, 2021 5:55pm by Natalia Ninou
    .a{fill-rule:evenodd;}techdegree
    Natalia Ninou
    Front End Web Development Techdegree Student 8,151 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • trottly
    trottly
    5,079 Points

    Modifying array that was declared with `const` keyword?

    Posted January 19, 2021 6:06pm by trottly
    trottly
    5,079 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Copy and Combine Arrays with the Spread Operator

    2 Answers

  • Sonia Nitu
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Sonia Nitu
    Front End Web Development Techdegree Student 10,622 Points

    When using the spread operator to declare the instruments const, the `console.log(instruments);` returns undefined. Why?

    Posted January 8, 2021 12:39pm by Sonia Nitu
    .a{fill-rule:evenodd;}techdegree
    Sonia Nitu
    Front End Web Development Techdegree Student 10,622 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Copy and Combine Arrays with the Spread Operator

    1 Answer

  • jasonj7
    jasonj7
    6,442 Points

    Spaces between elements

    Posted January 5, 2021 5:17pm by jasonj7
    jasonj7
    6,442 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Add Elements to an Array

    0 Answers

  • Jacquelyn Springs
    Jacquelyn Springs
    5,037 Points

    What are the 3 value numbers cause it looks right to me

    Posted January 4, 2021 4:28pm by Jacquelyn Springs
    Jacquelyn Springs
    5,037 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Create an Array

    1 Answer

  • PAUL NANNEY
    PAUL NANNEY
    8,995 Points

    Basically, can somebody help me solve this, GOD bless, , b, PAUL JORDAN NANNEY

    Posted December 11, 2020 6:31pm by PAUL NANNEY
    PAUL NANNEY
    8,995 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • PAUL NANNEY
    PAUL NANNEY
    8,995 Points

    Basically, How do I solve this, GOD bless, , b, PAUL JORDAN NANNEY

    Posted December 9, 2020 7:47am by PAUL NANNEY
    PAUL NANNEY
    8,995 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    0 Answers

  • Carlo Hogeveen
    Carlo Hogeveen
    10,584 Points

    Grammer error in 2nd objective

    Posted November 7, 2020 10:53am by Carlo Hogeveen
    Carlo Hogeveen
    10,584 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • Vasil Burak
    Vasil Burak
    3,074 Points

    Getting the right result in the console, but whenever I try it in this task, it shows Error.

    Posted October 27, 2020 7:11am by Vasil Burak
    Vasil Burak
    3,074 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • Andreu Salles
    Andreu Salles
    6,261 Points

    I tried to solve this in many different ways, but I always get an error.

    Posted October 20, 2020 7:02am by Andreu Salles
    Andreu Salles
    6,261 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    0 Answers

  • Steve Fau
    Steve Fau
    5,620 Points

    Pushing to an array declared as a const?

    Posted September 24, 2020 7:23pm by Steve Fau
    Steve Fau
    5,620 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Add Elements to an Array

    2 Answers

  • Thomas Ma
    Thomas Ma
    15,199 Points

    Next, add two names to the beginning of the array using the unshift() array method. The final array should have eight na

    Posted August 26, 2020 3:38pm by Thomas Ma
    Thomas Ma
    15,199 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Add Elements to an Array

    0 Answers

  • Aimee Weiß
    Aimee Weiß
    9,678 Points

    Regarding the next challenge, i can't find the right solution. Help

    Posted August 19, 2020 8:56am by Aimee Weiß
    Aimee Weiß
    9,678 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • Jess Dever
    Jess Dever
    2,626 Points

    Isn't this the answer? const data = [ 'a', 'b', 'c' ]; and if not is this const data = ['1','2','3'];

    Posted August 13, 2020 1:33am by Jess Dever
    Jess Dever
    2,626 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Create an Array

    1 Answer

  • Daniel Pálsson
    Daniel Pálsson
    1,267 Points

    [...attendees].length

    Posted August 10, 2020 11:40pm by Daniel Pálsson
    Daniel Pálsson
    1,267 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Review Adding, Removing, and Copying Array Elements

    1 Answer

  • Benjamin Bonenfant
    Benjamin Bonenfant
    4,724 Points

    why is the following code incorrect for this challenge task? const data = [ '1', '2', '3' ]; Thank you.

    Posted August 7, 2020 6:39pm by Benjamin Bonenfant
    Benjamin Bonenfant
    4,724 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Create an Array

    2 Answers

  • Mark Westerweel
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Mark Westerweel
    Full Stack JavaScript Techdegree Graduate 22,329 Points

    Arrays Quiz doesn't accept correct code (I tripled checked in browser console). Anyone experienced the same?

    Posted August 7, 2020 11:15am by Mark Westerweel
    .a{fill-rule:evenodd;}techdegree seal-36
    Mark Westerweel
    Full Stack JavaScript Techdegree Graduate 22,329 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Review Array Basics

    3 Answers

  • Alejandro Jiménez-Flores
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Alejandro Jiménez-Flores
    Full Stack JavaScript Techdegree Student 14,490 Points

    Challenge Task 2 does not accept the correct answer

    Posted July 26, 2020 7:09pm by Alejandro Jiménez-Flores
    .a{fill-rule:evenodd;}techdegree
    Alejandro Jiménez-Flores
    Full Stack JavaScript Techdegree Student 14,490 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Access Array Elements by Index

    1 Answer

  • Chris Roper
    Chris Roper
    1,632 Points

    remove elements from an array challenge task JavaScript Arrays

    Posted July 23, 2020 10:38am by Chris Roper
    Chris Roper
    1,632 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • Jelena Feliciano
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Jelena Feliciano
    Full Stack JavaScript Techdegree Student 10,172 Points

    I am getting a syntax error stating Missing initializer in const declaration but I did it the way the teacher shows.

    Posted July 16, 2020 12:36am by Jelena Feliciano
    .a{fill-rule:evenodd;}techdegree
    Jelena Feliciano
    Full Stack JavaScript Techdegree Student 10,172 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Copy and Combine Arrays with the Spread Operator

    1 Answer

  • Jeremy Cady
    seal-mask
    PLUS
    .a{fill-rule:evenodd;}techdegree seal-36
    Jeremy Cady
    Full Stack JavaScript Techdegree Graduate 16,141 Points

    Video isn't loading. "Error loading this resource" is shown instead.

    Posted July 14, 2020 10:24am by Jeremy Cady
    .a{fill-rule:evenodd;}techdegree seal-36
    Jeremy Cady
    Full Stack JavaScript Techdegree Graduate 16,141 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    2 Answers

  • Molly Zalman
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Molly Zalman
    Full Stack JavaScript Techdegree Student 12,515 Points

    Assign an array to a variable named data and store any three numbers inside it. [Solved]

    Posted July 10, 2020 4:44pm by Molly Zalman
    .a{fill-rule:evenodd;}techdegree
    Molly Zalman
    Full Stack JavaScript Techdegree Student 12,515 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Create an Array

    0 Answers

  • L W
    L W
    6,101 Points

    Next, declare a new variable named cancelled. Remove the last item from the orderQueue array and assign it to the variab

    Posted July 9, 2020 1:19pm by L W
    L W
    6,101 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

  • Christopher McGurn
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Christopher McGurn
    Full Stack JavaScript Techdegree Student 4,771 Points

    Question regarding const

    Posted June 27, 2020 1:34am by Christopher McGurn
    .a{fill-rule:evenodd;}techdegree
    Christopher McGurn
    Full Stack JavaScript Techdegree Student 4,771 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • What is an Array?

    2 Answers

  • Melissa Ferguson
    Melissa Ferguson
    8,274 Points

    stuck on a challenge that i got right but the system is saying i am wrong and it wont let me move on. How can i skip it?

    Posted June 25, 2020 2:43pm by Melissa Ferguson
    Melissa Ferguson
    8,274 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Access Array Elements by Index

    2 Answers

  • Cody Norman
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Cody Norman
    Full Stack JavaScript Techdegree Student 3,421 Points

    What is the "correct" answer?

    Posted June 18, 2020 8:35pm by Cody Norman
    .a{fill-rule:evenodd;}techdegree
    Cody Norman
    Full Stack JavaScript Techdegree Student 3,421 Points
    • JavaScript
    • JavaScript Arrays
    • Store Multiple Values in an Array
    • Remove Elements From an Array

    1 Answer

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

Treehouse Logo
Our mission is to bring affordable technology education to people everywhere in order to help them achieve their dreams and change the world.
Company
Careers
Contact
Library
Tracks
Community
Stories
Perks
Affiliate Program
Treehouse for Libraries
Topics
HTML
CSS
Design
JavaScript
Ruby
View all 24 Topics
Tracks
Front End Web Development
Full Stack JavaScript
Beginning Python
UX: Interaction Design
Digital Literacy
View all 42 Tracks
  • Twitter
  • YouTube
  • FaceBook
  • LinkedIn
  • Instagram
  • About Treehouse
  • Blog
  • Shop
  • Privacy Policy
  • Terms & Conditions
  • © 2021 Treehouse Island, Inc.