Learning Go via TDD - Iterations Apr 1, 2024 Learnings Chapter: Iterations Go only uses a for loop!?!?! No while You also don’t need parenthesis around the arguments Declaring Variables Only uses var like JS in ES5 can declare and assign using variableName := “Variable Name”