Computer Science, asked by nikhilsinghai6029, 11 months ago

Differentiate between client-side and server-side JavaScript?

Answers

Answered by gradesarebad
2

Answer:

here is ur answer

Explanation:

Server-side scripting is used at the backend, where the source code is not viewable or hidden at the client side (browser). On the other hand, client-side scripting is used at the front end which users can see from the browser. ... The client-side scripting language involves languages such as HTML, CSS and JavaScript.

hope it helps

best of luck

Answered by shilpa85475
0

Server-side script is used at back end and client-side script is used at front end.

EXPLANATION:  

  • The source code that is not available for display is the Server-side scripting. It is hidden at the browser.
  • Server-Side Java script enables access to database, file systems and servers through back-end access.
  • It is built on built on Google's V8 JavaScript engine.Whereas, client-side scripting is the one that a user can see or view.
  • The languages like HTML CSS, Javascript are written on client side and user cannot see what is written in the script.
  • User can see the output or the result of writing that script.
  • Client-side Java script enables to enhance or manipulate the web pages but applying styles and adding some UI elements. It is run on v8 engine.

Similar questions