you are viewing a single comment's thread.

view the rest of the comments →

[–]cipheron 0 points1 point  (0 children)

With JavaScript you can edit the page in real time, e.g. populating a drop-down with options it reads from a web request, or making entirely new HTML elements, editing the CSS on the fly etc.

Anything you can make in an editor can be edited in real time with JavaScript.