In Solidity 102, we will dive deeper into data structures and basic flow control.
Language
Solidity
Total Length
1.7h
Part of Learning Track
Build on Sonic + 8 more
More complex variable types, data storage locations, and flow control.
We will learn the difference between value type and reference type, and another reference type - string.
All reference type need an extra annotation —— Data Location to indicate where it’s stored.
Structure groups related information into one variable that helps regulate these information.
We learn to define, add, and remove elements in a dynamic array
We continue to learn dynamic array access and see two types of special dynamic array
We introduce flow control - a way to repeat or skip code based on different conditions