Learn Go as a Beginner | 6. For Loops & Functions



Learn Go as a Beginner | 6. For Loops & Functions

Learn Go as a Beginner | 6. For Loops & Functions

In this video of my learn Go as a beginner tutorial series we cover for loops, functions and globals.

🕒 Timestamps
00:00 – For Loops
03:09 – For Loops using Range
05:15 – Two Other For Loops
07:02 – Functions
08:27 – Function Parameters
10:20 – Function Return Statements
10:17 – Changing a Variables Value
11:13 – Constant Variables
12:24 – Global Variables

📝 Summary
Welcome to my tutorial series where you will learn how to write code in Golang also known as Go. This series is made for complete beginners so you aren’t required to have any previous programming experience. In this video we explore for loops, functions and globals.

Comments are closed.