myPlants
using object dot and array bracket notation.
secondTree
should equal "pine"
testString: assert(secondTree === "pine", 'secondTree
should equal "pine"');
- text: Use dot and bracket notation to access myPlants
testString: assert(/=\s*myPlants\[1\].list\[1\]/.test(code), 'Use dot and bracket notation to access myPlants
');
```