Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript JavaScript and the DOM (Retiring) Traversing the DOM Getting the First and Last Child

hyeonho lee
hyeonho lee
2,234 Points

How can you make the background color stay in the first and last item no matter you move the list item up or down?

Once you set the background color in the first and last list item, you can move the item down. in that case, the background color also moves down with the item. How do you make the background color stay in the first and last item?

1 Answer

Steven Parker
Steven Parker
229,786 Points

Like many things in programming, there's more than one way to do this. But one way would be to reset the colors on all of the items any time one of them is moved.