Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. console.log( contarAte10ERetornar() )
  2.  
  3. function contarAte10ERetornar() {
  4.  
  5. setTimeout(
  6. function() {console.log('Teste')}, 500
  7. )
  8.  
  9. return 'RESULTADO'
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement