An array is possible. You would take the name from the input and put it in an array. Then loop over the array to output each name on the page. The reason I didn’t do it is because it’s an extra step, but certainly a good, clean-code possibility to do here.
Mastering JavaScript is crucial if you want to be a modern, professional developer: th-cam.com/video/qVmpJDQxucE/w-d-xo.html
You just helped a beginner web developer here man, thank you so much. Keep going👊
I have been trying to figure out how to do this for days! Your video was very consice and easy to understand, thank you!
Thanks for the video! it took a little bit to implement it in my page because I wanted the input to display in a different page but I figured it out
What code editor do you use? Looks better than mine, I might have to upgrade 😅
Thanks
How do you remove the li style
if i may ask why didn't you use an array?
An array is possible. You would take the name from the input and put it in an array. Then loop over the array to output each name on the page.
The reason I didn’t do it is because it’s an extra step, but certainly a good, clean-code possibility to do here.
@@ByteGrad Okay, i understand.