ausy17
#1
<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/react-101/lessons/react-jsx-intro/exercises/reactdom-render-variable?action=resume
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Is your outermost element a
```
Var myList = (
<1i>Get to the chopper
<1i>I'm at the chopper
<1i>No you're not
);
```
HI you put 1 (the number one) instead of l (the letter l) to your tag ul and li
<ul>
<li>Get..<li/>
....
</ul>
ausy17
#3
Thank you, I’ve been stuck on that for a day not getting that.
1 Like
system
closed
#4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.