What is client side javascript and what is server side javascript?
javascript
Solution
There are 3 major types of JavaScript namely:
Client-Side JavaScript (CSJS) -- an extended version of JavaScript that enables the enhancement and manipulation of web pages and client browsers
Server-Side JavaScript (SSJS) -- an extended version of JavaScript that enables back-end access to databases, file systems, and servers
Core JavaScript -- the base JavaScript language
Client-Side JavaScript (CSJS) and Server-Side JavaScript (SSJS) are dependent on the core JavaScript and cannot work without it.
Source
Problem
Will any one please explain me what is server side java script and client side java script Because I recently heard about livewire JavaScript is server side and navigator JavaScript is client-side. Kindly any one explain me the difference.