Guest User

Untitled

a guest
May 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var namaFunction = () => {
  2. console.log('hello brow');
  3. }
  4.  
  5. //atau bisa seperti ini jika functionnya hanya 1 baris
  6. var namaFunction = () => console.log('hello brow');
Add Comment
Please, Sign In to add comment