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
Made with ❤️ © 2024 Coddy