This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-09
Channels
- # announcements (3)
- # babashka (1)
- # beginners (66)
- # clj-kondo (2)
- # cljdoc (46)
- # cljs-dev (7)
- # clojure (16)
- # clojure-australia (2)
- # clojure-china (1)
- # clojure-europe (3)
- # clojure-hk (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # clojurescript (4)
- # community-development (53)
- # conjure (6)
- # css (7)
- # cursive (6)
- # datascript (1)
- # datomic (5)
- # exercism (5)
- # graalvm (12)
- # helix (8)
- # jobs-rus (1)
- # kaocha (1)
- # lsp (19)
- # nrepl (1)
- # overtone (2)
- # pedestal (1)
- # polylith (2)
- # portal (2)
- # react (25)
- # reagent (1)
- # shadow-cljs (7)
- # spacemacs (8)
- # vim (9)
js/Object.keys
. I'd recommend checking out all the API of the most common built-in JS types.
Or, if by "see" you mean literal visual inspection, then just js/console.log
, assuming you have something akin to a browser's JS console.
👍 1
do you have a reference you recommend for this @U2FRKM4TW?
MDN, 100%: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects You don't have to know everything by heart, but you should be aware of what exists.
🙌 2
🍻 2