hey guys, i cant find solution for this, i already link the react and reactDOM. but the editor still a blank page and cdn for test suite keep telling me im failed
As mentioned, everything is in a template string right now.
But the best way for you to debug this would be to comment out most of your code except for the h1.
Make sure that renders on the page correctly.
Then slowly add in more pieces of the jsx.
Then slowly add in more pieces of the other code.
Once you hit the point where the page breaks, then you have identified the problem and will be able to fix it.