Coddy logo
Store
Leaderboard
menu icon
Loading...Creator image

Creator

Anonymous

Slices and Maps in Golang

Learn how slices and maps work in GoLang with examples and challenges, step by step.

21 Lessons

19 Challenges

certification icon

With Certificate

Prerequisites

The basics of GoLang. It's better if you follow the Introduction to GoLang course.

Save for later

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