Modern JavaScript test
Javascript
code posted
by
Rodrigo
created at 01 Mar 22:48, updated at 01 Mar 22:54
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 |
export default class MyClass { static a = 1; myMethod = () => { const userId = 1; doSomething(); } render() { return <MyComponent demo={true} />; } } |
180 Bytes in 2 ms with coderay