Guest User

Untitled

a guest
Dec 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. sayHi() => ReferenceError: sayHi is not defined
  2. (function sayHi() {
  3. console.log('hi!')
  4. })
  5.  
  6. //
  7. (function sayHi() {
  8. console.log('hi!')
  9. })
  10.  
  11. sayHi() => ReferenceError: sayHi is not defined
Add Comment
Please, Sign In to add comment