Welcome! Please see the About page for a little more info on how this works.

+1 vote
in ClojureScript by

Is there anywhere online I can learn more about this data type? My best guess it that this is a generic javascript object, which I don't know much about. Further, I'm not sure how to work with #object outside the cheatsheet. The data structures page didn't seem to have much.

(broken out from other question)

1 Answer

0 votes
by
edited by

#object isn't a really data type. It's just a catch-all when printing JS objects when we don't have a plain JSON value. Hope this helps.

...