let - local assignment

We can assign a name to a simple value or a collection using the let function

Names that we assign can only be used within the let function.

(let [title     "A local shop"
      sub-title "for local people"]
  (str title ", " sub-title))

How many fruit

Assign the names of fruit to the number of fruit you have.

Then return the total number of fruit

()
Reveal answer...

results matching ""

    No results matching ""