Courses
Programming language
Explore courses by programming language.
Course type
Learn, challenge or build your portfolio in a practice-driven way.
Level of knowledge
Choose courses tailored to your level of knowledge perfectly.
Or try to search for any course. Still can't find? let us know what are you missing!
Journey
Login
Creator
Anonymous
Learn how slices and maps work in GoLang with examples and challenges, step by step.
Prerequisites
The basics of GoLang. It's better if you follow the Introduction to GoLang course.
Introduction
Introduction
Slices
Slices vs Arrays
Add Element to Slice
Slicing
Slicing Ways
Reslicing
Slice Capacity
Max Capacity
Iterate Over a Slice
Recap Challenge #1
Slices Behind the Scene
Slice is an Array
Slice with Make
Copy a Slice
Delete an Element
Recap Challenge #1
Recap Challenge #2
Maps
Maps
Copy a Map
Add and Delete Elements
Check for a Key
Recap Challenge #1