Multiple Choice
Loops in Solidity:
A) are a great way to circumvent gas requirements, because a loop will only consume gas once.
B) are dangerous when used with data structures that grow, such as arrays or mapping, because it is hard to estimate the gas requirements.
C) should be avoided where possible, because of unknown side-effects on the gas requirements.
Correct Answer:

Verified
Correct Answer:
Verified
Q55: To avoid issues during Ethereum platform upgrades:<br>A)
Q56: Sending one Ether is actually internally translated:<br>A)
Q57: Finish the sentence: The Library Web3.js is
Q58: It's not possible to use inheritance from
Q59: When considering smart contracts and the blockchain
Q61: If we divide two integers: 5/2, the
Q62: View and Pure Functions:<br>A) a function marked
Q63: Transactions containing the same data to create
Q64: To Iterate through a mapping, you:<br>A) can
Q65: Unit-Testing on a local chain is important,