I don't know how I can store the length of an array by using es6 object destructuring:
const length = this.props.options.length;
I don't know how I can store the length of an array by using es6 object destructuring:
const length = this.props.options.length;