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

⚡ CYBER NOVEMBER SALE ⚡ 50% off any plan for 6 months, exclusive to new subscribers.

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

⚡ CYBER NOVEMBER SALE ⚡ 50% off any plan for 6 months, exclusive to new subscribers.

  • 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
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
      • • Vibe Coding
    • Showing results for:
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items
    • Close
  • Jesse Van Der Heijden
    Jesse Van Der Heijden
    3,313 Points

    What's wrong with this one?

    Posted on Aug 31, 2017 by Jesse Van Der Heijden
    Jesse Van Der Heijden
    3,313 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • dvee
    dvee
    4,850 Points

    return @todo_items.index(name) Doesn't work

    Posted on Jun 1, 2017 by dvee
    dvee
    4,850 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Katriel Paige
    Katriel Paige
    9,260 Points

    Not finding correct index?

    Posted on Feb 9, 2017 by Katriel Paige
    Katriel Paige
    9,260 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Juan Huttemann
    Juan Huttemann
    7,464 Points

    todo_list.rb: " `method did not return the correct index." but I test my code and it works https://repl.it/EGOY

    Posted on Oct 26, 2016 by Juan Huttemann
    Juan Huttemann
    7,464 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Joshua Paulson
    Joshua Paulson
    37,085 Points

    Wow this is a struggle, feeling like I'm very close but no cigar. Please help

    Posted on Apr 29, 2016 by Joshua Paulson
    Joshua Paulson
    37,085 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Henry Dashwood
    PLUS
    Henry Dashwood
    Courses Plus Student 4,336 Points

    Help finding array items

    Posted on Apr 16, 2016 by Henry Dashwood
    Henry Dashwood
    Courses Plus Student 4,336 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Patrick Mockridge
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Patrick Mockridge
    Full Stack JavaScript Techdegree Graduate 45,611 Points

    What's wrong with my code?

    Posted on Jan 21, 2016 by Patrick Mockridge
    .a{fill-rule:evenodd;}techdegree seal-36
    Patrick Mockridge
    Full Stack JavaScript Techdegree Graduate 45,611 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • James Copeland
    James Copeland
    12,550 Points

    Finding Array Items help

    Posted on Dec 4, 2015 by James Copeland
    James Copeland
    12,550 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Andrew Insley
    Andrew Insley
    7,014 Points

    Won't return nil, and can' understand why?

    Posted on Nov 10, 2015 by Andrew Insley
    Andrew Insley
    7,014 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Andrew Alvarez
    Andrew Alvarez
    11,964 Points

    HELP!

    Posted on Sep 22, 2015 by Andrew Alvarez
    Andrew Alvarez
    11,964 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Andrew Alvarez
    Andrew Alvarez
    11,964 Points

    Am I Close?

    Posted on Sep 21, 2015 by Andrew Alvarez
    Andrew Alvarez
    11,964 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Jared Armes
    PLUS
    Jared Armes
    Courses Plus Student 6,391 Points

    I can't figure out how to find an index

    Posted on Sep 10, 2015 by Jared Armes
    Jared Armes
    Courses Plus Student 6,391 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • cbob
    cbob
    3,233 Points

    Fill in the find_index

    Posted on Aug 28, 2015 by cbob
    cbob
    3,233 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    4 Answers

  • Vineet Kapoor
    Vineet Kapoor
    3,955 Points

    Why is the following code wrong for challenge task 1 0f 1 for writing find_index?

    Posted on Aug 14, 2015 by Vineet Kapoor
    Vineet Kapoor
    3,955 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Patrick Shushereba
    Patrick Shushereba
    10,911 Points

    Returning the correct index in an array.

    Posted on Jul 26, 2015 by Patrick Shushereba
    Patrick Shushereba
    10,911 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • Henry Miller
    Henry Miller
    7,945 Points

    I don't understand what it wants me to do?

    Posted on Jul 23, 2015 by Henry Miller
    Henry Miller
    7,945 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • Sara Brothers
    Sara Brothers
    7,341 Points

    Ruby Booleans

    Posted on Jun 11, 2015 by Sara Brothers
    Sara Brothers
    7,341 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Sara Brothers
    Sara Brothers
    7,341 Points

    ruby Booleans Challenge 1 of 1

    Posted on Jun 11, 2015 by Sara Brothers
    Sara Brothers
    7,341 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Sara Brothers
    Sara Brothers
    7,341 Points

    Ruby Booleans todo list challenge

    Posted on Jun 10, 2015 by Sara Brothers
    Sara Brothers
    7,341 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • suyesh bhandari
    suyesh bhandari
    2,384 Points

    what am i doing wrong here?

    Posted on Mar 26, 2015 by suyesh bhandari
    suyesh bhandari
    2,384 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • kevinthecoder
    kevinthecoder
    10,791 Points

    Unable to complete find_index method

    Posted on Mar 1, 2015 by kevinthecoder
    kevinthecoder
    10,791 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • Arman Jon Villalobos
    Arman Jon Villalobos
    2,451 Points

    Same questions as earlier, same code as in my local file since I don't use workspace, it should correct.

    Posted on Feb 21, 2015 by Arman Jon Villalobos
    Arman Jon Villalobos
    2,451 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    0 Answers

  • Michael Criste
    Michael Criste
    5,045 Points

    I've referred to my notes on Workspaces and have attempted multiple ways to get this code to pass. Please help.

    Posted on Feb 18, 2015 by Michael Criste
    Michael Criste
    5,045 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    3 Answers

  • Christopher Bush
    PLUS
    Christopher Bush
    Courses Plus Student 8,382 Points

    Why am I not returning the correct index?

    Posted on Jan 22, 2015 by Christopher Bush
    Christopher Bush
    Courses Plus Student 8,382 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • Zachary Dunn
    Zachary Dunn
    6,557 Points

    Challenge task 1 of 1

    Posted on Jan 16, 2015 by Zachary Dunn
    Zachary Dunn
    6,557 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    1 Answer

  • Courtney Glasgow
    Courtney Glasgow
    2,127 Points

    how do you find array items for "build a simple todo list"?

    Posted on Jan 13, 2015 by Courtney Glasgow
    Courtney Glasgow
    2,127 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    2 Answers

  • Devin Scheu
    Devin Scheu
    66,191 Points

    Help With Ruby

    Posted on Jan 5, 2015 by Devin Scheu
    Devin Scheu
    66,191 Points
    • Ruby
    • Ruby Booleans
    • Build a Simple Todo List Program
    • Finding Array Items

    6 Answers

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

    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.