Completed
25:50 – Variable Scope
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Go Programming Basics - Variables, Data Types and Constants
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 – Golang Essentials
- 2 00:20 – What is Data Type?
- 3 03:36 – Static vs Dynamic Typed Languages
- 4 07:34 – Kinds of Data Types
- 5 10:40 – Variables, Syntax & Declaration
- 6 14:19 – Printing Variables
- 7 21:54 – Declaring Variables
- 8 25:50 – Variable Scope
- 9 29:25 – Zero Values
- 10 31:22 – User Input
- 11 36:24 – Find Type of Variable
- 12 39:17 – Converting Between Data Types
- 13 44:14 – Constants
- 14 41:57 – Control Flow - "for" and "while" Loops
- 15 46:41 – Control Flow - Pattern matching with "match"