How to initialize a state variable using constructor in solidity.
Constructor is a special keyword used in solidity for initializing state variables, in this article we will look at what constructor is and how to initialize a state variable with it.
State variable
This is a type of variable in solidity , that ca...
hackeibrahim.hashnode.dev2 min read