Answer the question
In order to leave comments, you need to log in
What kind of beast is .speed?
Faced with such a piece
...
class UpdatingComponentHOC extends React.Component {
constructor(props) {
super(props);
this.state = {
length: LENGTH,
data: this.props.data.slice(0, LENGTH),
};
this.speed = 1000;
....
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question