Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Add new contract address to car contract factory #170

Closed andrewjiang closed 3 years ago

andrewjiang commented 3 years ago

Adding the new car contract address into the 'car' array makes it easier to see the new contracts being created. This helped me visually see the result of the code.

t4sk commented 3 years ago

@andrewjiang Thanks. Great idea!