Beast quest ยท reward 35 XP

Function keyword.

๐Ÿฅš

Egg hatching ยท 0%

Finish every step to hatch your monster!

Step 1 / 6

๐Ÿ‘พ

func

Function keyword. ๐Ÿ” Why it matters: This is how apps store lots of things at once, like a monster's backpack.

func add(a: Int, b: Int) -> Int { return a+b }