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 Node.js Basics (2014) Introduction to Node.js Review Introduction to Node.js

Quiz question: Understanding Node.js APIs

In the Node.js documentation, I can use the ? index to help me decide what API's I should use.

My answers were; official index and site index. Both were incorrect. I have reviewed the videos and looked at the transcripts but, have not found the answer. What am I missing.

jason

7 Answers

Kenneth Kinsey
Kenneth Kinsey
14,897 Points

It's going to be the API Index, but Node.js changed the site a bit since then, so it's not referred to in that way on their website anymore. But you would still go to the main index for the various API's here to figure out which ones to use. v6: https://nodejs.org/dist/latest-v6.x/docs/api/ v7: https://nodejs.org/dist/latest-v7.x/docs/api/

The correct answer is actually the Stability Index.

I got stuck on this question also. The answer they are looking for is (stability) index. Hope this helps.

Thank you, Jamesoneill. Your answer was helpful.

The correct answer is the Stability Index.

In the Node.js documentation, I can use the Stability Index to help me decide what APIs I should use.

Thanks, Kenneth

the answer they are looking for is stability not