client side and server side javascript
These two terms are used in the context of web. Client-side means that the
JavaScript code is run on the client machine, which is the browser. Server-side
JavaScript means that the code is run on the server which is serving web pages.
One runs in the browser (client side), the other runs on the server.