We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e76c3 commit 66276a4Copy full SHA for 66276a4
src/test/cljs_build/trivial/core6.cljs
@@ -1,3 +1,3 @@
1
(ns trivial.core6)
2
3
-(.log js/console (->> (map inc (range 10)) (filter even?) (partition 2) (drop 1) (mapcat identity) into-array)})
+(.log js/console (->> (map inc (range 10)) (filter even?) (partition 2) (drop 1) (mapcat identity) into-array))
0 commit comments