Fork me on GitHub
#clojurescript
<
2020-06-25
>
sova-soars-the-sora00:06:43

how to invoke decodeURI?

noisesmith00:06:22

(ins)cljs.user=> (js/encodeURI "")
""
(ins)cljs.user=> (js/decodeURI *1)
""
please stick to one channel per question

sova-soars-the-sora00:06:29

Ah, thanks @noisesmith ! the js/ was what i was missing. and thanks for the reminder, i realized it was a cljs question after posting in beginners.