mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: improvement in the code snippet (#50666)
Co-authored-by: Anmol Sarraf <anmolsarraf@Anmols-MacBook-Pro.local>
This commit is contained in:
parent
5cd684df52
commit
4264d9ed59
@ -58,7 +58,7 @@ const JSX = (
|
||||
<p>Lets render this to the DOM</p>
|
||||
</div>
|
||||
);
|
||||
// Change code below this line
|
||||
// Add your code below this line
|
||||
```
|
||||
|
||||
# --solutions--
|
||||
@ -70,6 +70,6 @@ const JSX = (
|
||||
<p>Lets render this to the DOM</p>
|
||||
</div>
|
||||
);
|
||||
// Change code below this line
|
||||
// Add your code below this line
|
||||
ReactDOM.render(JSX, document.getElementById('challenge-node'));
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user