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