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 Loops, Arrays and Objects Tracking Multiple Items with Arrays Two-Dimensional Arrays

Nour El-din El-helw
Nour El-din El-helw
8,241 Points

Changing the function and parameter names

I still don't get why did we change the function and parameter names

1 Answer

Steven Parker
Steven Parker
229,744 Points

At about 5:50 in the video, Dave explains that he wants to create names that are "a little bit more accurate".

I think it's safe to assume he means names that more accurately reflect what the function does and what the argument will contain.

Nour El-din El-helw
Nour El-din El-helw
8,241 Points

But the old names were suitable too also I didn't get "a column as an item in an array and a row as an array that's in the major array" can you please explain.