Introduction | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5539282-programming-in-swift-fundamentals/lessons/17

Hello Chris, excellent videos however i found a correction in
Episode 09: Challenge - Nested Loops and Early Exit
You typed in challenge #1
The print statement inside the inner loop should be print(β€œβ€œ, terminator=β€β€œ)
The print statement inside the inner loop should be print(”
”, terminator:β€œβ€)

The β€œ=” didn’t work for me until I replaced it with a β€œ:”

Thanks, let me know if I am off the mark
Nick

Thanks - we’ve corrected this in the materials but haven’t yet corrected the video. Good catch!