Deep Nesting Elements

Deep Nesting Elements
πŸ‘¨β€πŸ’Ό Just to make sure we really understand how to nest this stuff. Try to create this using React's APIs:
<div class="container">
	<p>Here's Sam's favorite food:</p>
	<ul class="sams-food">
		<li>Green eggs</li>
		<li>Ham</li>
	</ul>
</div>

Please set the playground first

Loading "Deep Nesting Elements"
Loading "Deep Nesting Elements"

Access Denied

You must login or register for the workshop to view and run the tests.

Check out this video to see how the test tab works.

Epic Workshop Test Tab Demo