In this video , you will learn about Value Type in solidty.
When writing Solidity code, value types are data types that store their own data directly and are always passed by value when used in function calls. This means a copy of the variable is created, and changes to the copy do not affect the original.
Some include: int, uint, boolean, address , bytes32
Remix:
https://remix.ethereum.org/
Solidity Docs:
https://www.soliditylang.org/
Download
0 formats
No download links available.
Value Types | Lesson - 4 | Solidity Tutorial Version 0.8 - Blockchain | NatokHD