Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Others by (6.1k points)
I am new to Javascript. So can anybody tell me the difference between the two?

Thanks in advance for your time to answer this.

1 Answer

0 votes
by (11.7k points)
edited by

Client-Side Javascript: In this, mainly coding is done to bring effects, animations, computations, or any sort of interaction to our website via browser. It helps to manipulate and enhance web pages. Client-side means work is done on the browser only where users have access only to the document object for the current page, the window functions like an alert that pops up a message, etc. Particularly on the client-side, Javascript helps in validating input, animation, manipulating UI elements, applying styles, some calculations are done when you don't want the page to refresh so often.

Server-side Javascript: This is the extended version of JS which helps in backend access to databases, servers, and file systems. 

With server-side code, javascript can still be sent to the client-side, but there is a huge difference among these, because there is a restriction to client-side code due to machine resources, on the basis of computing power and permissions.

Want to be a web developer? Check out the full stack developer course from Intellipaat.

Browse Categories

...