#308
destructuring-6
 

Difficulty:Basic
Topics:destructuring


All together now!
test not run
(= "Test Testerson, 123 Test Lane, Testerville, TX"
       (let [test-address {:street-address "123 Test Lane"
                           :city "Testerville"
                           :state "TX"}]
         (__ ["Test" "Testerson"] test-address)))


Code which fills in the blank: