Language
Solidity
Total Length
1.7h
Part of Learning Track
Build on Ethereum + 1
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
Language
Solidity
Total Length
1.7h
Part of Learning Track
Build on Ethereum + 1