Multiple Choice
Unit-Testing on a local chain is important, because it helps you:
A) to run tests quickly and especially for free, compared to continuous deployment on the MainNetwork. This way you save a lot of fees, time and costs.
B) to run tests in an environment where logging is activated. On the Main-Net you have no access to transaction logs and this is ultimately the information you need to debug your contracts.
C) to avoid regression bugs with contracts that are updated constantly on the main-net. Once you update a contract on the main-net, the address stays the same, but the code changes and this can have disastrous side-effects.
Correct Answer:

Verified
Correct Answer:
Verified
Q60: Loops in Solidity:<br>A) are a great way
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
Q66: GETH:<br>A) is the reference implementation of the
Q67: Go-Ethereum vs. Ganache:<br>A) both are the same,
Q68: All low-level functions on the address, so
Q69: Assert is used:<br>A) to check internal states
Q70: If you are starting a new ERC20