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 trialYao Nien Chung
15,946 PointsWhat'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"/>?
Michael Liendo
15,326 PointsI 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.
Myers Carpenter
6,421 PointsMyers Carpenter
6,421 PointsI don't follow your question.