Delete Operator
Delete Operator
In Solidity, the delete operator is used to reset a variable to its default value. The delete operator can be used on any state variable or on an element of an array or a mapping type.
When used on a variable, the delete operator re...
blockchainwithjd.hashnode.dev2 min read