DEV Community

Discussion on: Introduction to JavaScript Again?

Collapse
 
unclebigbay profile image
Unclebigbay

Thanks for your input @oskarcodes , this article focuses on showing the reader how *JavaScript * can make a webpage builth with html and css dynamic (no frameworks).

I agree that static pages can be rendered from the server, plus static webpages can have a dynamic component within them, and I also think that is beyond the scope of this article.

Talking about server rending to the reader that is assumed to be a beginner from the begining of the article is really not an introductory article anymore.

And from the example above, the content of the first login page will only change when it is been edited manually (no JavaScript), while the content of the second dashboard will change based on the current user, making it dynamic.

This explanation should help the reader have an understanding of what static and dynamic pages works or looks like, and what differentiate them from one another.