You are here: Reference > JavaScript > core
Core 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.
External links:
User Contributed Comments