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