Created
June 16, 2017 11:11
-
-
Save skrat/6091fb4118a117c5cd15a02e1e3b047d 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/console.log | |
(.toString | |
(fn [x] (apply aget x ["foo" "bar" "baz"])))) | |
(js/console.log | |
(.toString | |
(fn [x] (aget x "foo" "bar" "baz")))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment