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

Development Tools Website Optimization Chrome DevTools Basics The Profiles Panel

Daven Hietala
Daven Hietala
8,040 Points

I was able to complete this lesson with the "JavaScript Profiler" tool and the "Memory" tab..

This is an answer for anyone stuck here.

Click the "Customize and control DevTools" button on the upper right corner of DevTools. Then click on the "More tools" tab > "JavaScript Profiler". This is a start in the right direction. You can record your console activity here. I had to use the console tab on the bottom half of DevTools in order to run the "test()" function while recording. You'll see what I mean whenever you try it.

Also, open the "Memory tab" it has the "Heap snapshot" option.

This isn't an exact answer but with the "JavaScript Profiler" tool and the "Memory" tab you should be able to figure out the answers to the following quiz.

Good Luck!