i want to get value of first input tag in eduction [0] and value of second input tag in education[1] education is array.
<input type="text" name="education" value={this.state.education[0]} onChange={this.handleChange}
class="form-control" />
<input type="text" name="education" value={this.state.education[1]} onChange={
this.handleChange()} class="form-control"/>