You are here: Reference > JavaScript > client-side

Client-Side JavaScript

The JavaScript language has three components: core, client-side and server-side.
  • Core JavaScript is the base part of the JavaScript language that is supported on both the client and server side.
  • Client-side JavaScript (CSJS) contains the core JavaScript elements and has several additional objects, properties and methods that are supported by browsers.
  • Server-side JavaScript (SSJS) also contains the core JavaScript elements and it has additional features supported by server-side products.
The JavaScript language was originally created to develop dynamic web sites on the client side, but nowadays there are several server-side applications that can interpret it. For a list of server-side applications that support the JavaScript language, please visit the Server-side JavaScript (Wikipedia) page.

External links:

User Contributed Comments

Post Content

Post Content