Es lint更喜欢解构

时间:2018-03-05 10:41:10

标签: reactjs eslint

我不知道如何使用es6对象解构来存储数组的长度:

const length = this.props.options.length;

1 个答案:

答案 0 :(得分:2)

语法如下:

const { length } = this.props.options