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 2017 Building a Command Line Application Capturing Command Line Arguments

different output values

When I run the request against the JSON object provided, I get very different values than what are presented in the video. Oddly, both usernames return the same value for both number of badges and points. See below:

chalkers has 90 total badge(s) and 41 points in JavaScript alenaholligan has 90 total badge(s) and 41 points in JavaScript

I have generated a tmpfile to store the JSON returns (console.dir output), using VI, I verified that the key:value pairs match what I received.

1 Answer

Pepe ToΓ±o
Pepe ToΓ±o
13,815 Points

Maybe theres anyplace in your code where you are overwriting the users, type Array, variable. Could you post your code?