Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 65b40dd

Browse files
committed
clean
1 parent 318781b commit 65b40dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

squint/corpus/destructuring.cljs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
(ns destructuring)
22

3-
;; TODO:
43
(let [{:keys [a]} {:a 1}
54
[b c d] [2 3 4]]
6-
(js/console.log a b c d)
7-
)
8-
9-
5+
(js/console.log a b c d))

0 commit comments

Comments
 (0)