Created
September 18, 2015 18:58
-
-
Save domgetter/cdae63dc2e7227c5fae3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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