Skip to content

Instantly share code, notes, and snippets.

@skrat
Created June 16, 2017 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skrat/6091fb4118a117c5cd15a02e1e3b047d to your computer and use it in GitHub Desktop.
Save skrat/6091fb4118a117c5cd15a02e1e3b047d to your computer and use it in GitHub Desktop.
(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