Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. // standard function
  2.  
  3. function standardFunc() {
  4.  
  5. }
  6.  
  7.  
  8. // generator function
  9.  
  10. function* generatorFunc() {
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement