https://facebook.github.io/react/docs/thinking-in-react.html
I'm at the end of this tutorial and I'm just not understanding how e.target.value works. Walk through the end of this tutorial and see the sample code that there is please. I'm newbie both to React and Javascript.
eis the event, which in this case ischange,targetis the element that triggered the event, which in this case is theinput, andvalueis the value of theinputelement