Focus mode

Smart Contract Development with Solidity

Default Values

Code from video: https://solidity-by-example.org/primitives/ 

The concept of “undefined” or “null” values do not exist in Solidity. Default value assignment is made automatically for each defined value.

You can find detailed further information from Solidity Official documentation (in English): https://docs.soliditylang.org/en/v0.8.15/types.html#value-types

Comments

You need to enroll in the course to be able to comment!