D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
javascript
/
Filename :
arrow-function.txt
back
Copy
var f = x => x; f(x => x + (y=2, z=undefined, ...rest) => y); () => null; const FC = props => <p>functional component</p>;