Is there any way to use the onclick html attribute to call more than one JavaScript function?
onclick
ES6 React
{ this.props.toggleTheme(); this.handleMenuClose(); }} >