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 React Router Basics Going Further with Routes Navigating Routes Programmatically

Yao Nien Chung
Yao Nien Chung
15,946 Points

What's the difference between the two methods that using "event.target.elements[0].value" and "this.refs.name.value"?

What's the difference between the two methods that using "event.target.elements[0].value" and "this.refs.name.value" while you want to obtain the value from the <input ref="name"/>?

I don't follow your question.

Michael Liendo
Michael Liendo
15,326 Points

I was thinking the same thing. My only assumption is that it's just something that is omitted in this teaching since none of the React courses have yet to even mention it. It's beneficial in the sense that if you ever wanted to switch the position of your DOM nodes, you could could do so without having to worry about the index since.