DAY #67

You do not need to include the “return” keyword inside a function with one expression.

1
2
3
func myFunction() -> String {
    "Boo"
}

Originally published 10/22/2021 @ https://pittcsc.org/ Discord

Published here on 09/20/2022. Blog published date reflects the original date of publication.