#52
Intro to Destructuring
| Difficulty: | Easy |
| Topics: | destructuring |
Let bindings and function parameter lists support destructuring.
![]() | (= [2 4] (let [[a b c d e f g] (range)] __)) |
| Difficulty: | Easy |
| Topics: | destructuring |
![]() | (= [2 4] (let [[a b c d e f g] (range)] __)) |