Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created September 18, 2015 18:58
Show Gist options
  • Save domgetter/cdae63dc2e7227c5fae3 to your computer and use it in GitHub Desktop.
Save domgetter/cdae63dc2e7227c5fae3 to your computer and use it in GitHub Desktop.
(js/setInterval
#((do
(println 3)
(println 4)))
1000)
;; This logs 3 and 4 to the console, and then throws the error:
;; Uncaught TypeError: Cannot read property 'call' of null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment