<100 subscribers
Share Dialog
Share Dialog


🔃Solidity supports for, while, and do while loops.
🔃Don't write loops that are unbounded as this can hit the gas limit, causing your transaction to fail.
🔃For the reason above, while and do while loops are rarely used.

🔃Solidity supports for, while, and do while loops.
🔃Don't write loops that are unbounded as this can hit the gas limit, causing your transaction to fail.
🔃For the reason above, while and do while loops are rarely used.

No comments yet