handleKChange()

in frontend/src/App.js [106:108]


  handleKChange(event) {
    this.setState({k: event.target.value});
  }