08-19-2021, 04:53 PM
This is what i am get tryin to execute your example:
Code:
WARNING:
'SyntaxError: temp: Unexpected token (12:15)
10 | }
11 |
> 12 | button_press = () => {
| ^
13 | this.setState( {liked: true} )
14 | }
15 |'')