๐๐ฎ๐ ๐ฎ๐ญ ๐ข๐ณ ๐๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด ๐ ๐๐ฅ๐ก ๐ฆ๐๐ฎ๐ฐ๐ธ
I finished three weeks of learning the MERN stack.
I completed Lecture 7 from the Apna College JavaScript playlist.
I learned to add and remove HTML nodes.
Before, I only changed elements already in the HTML file. Now, I create elements using JavaScript.
You follow a two-step process:
- Create a new element node in browser memory.
- Use the command: document.createElement("button").
This lets you build components from scratch.
Source: https://dev.to/ali_hamza_589ec7b3eb6688d/day-21-of-leaning-mern-stack-3lb6