mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-26 10:34:40 +02:00
Fix small bug in code example (#5348)
This commit is contained in:
@@ -10,7 +10,7 @@ const roadmapWrapper = document.querySelector('.roadmap-wrapper');
|
||||
const roadmap = document.createElement('div');
|
||||
roadmap.id = 'javascript-roadmap';
|
||||
|
||||
roadmapWrapper.appendChild(roadmapTitle);
|
||||
roadmapWrapper.appendChild(roadmap);
|
||||
```
|
||||
|
||||
In the example above, the `roadmap` element is added as the last child of the `roadmapWrapper` element.
|
||||
|
Reference in New Issue
Block a user