1.

How Can Javascript Make A Web Site Easier To Use?

Answer»

Javascripts RUN on the client side which saves the server roundtrip time for SMALL processing. It means that it makes web pages more interactive as everything is not REQUIRED to be submitted at the server. Let’s consider a small clock if CONTROLLED by the server then the transmission time will make the clock faulty in this case javascript is used.

Javascripts run on the client side which saves the server roundtrip time for small processing. It means that it makes web pages more interactive as everything is not required to be submitted at the server. Let’s consider a small clock if controlled by the server then the transmission time will make the clock faulty in this case javascript is used.



Discussion

No Comment Found