Javascript
Javascript
Web browsers have a dedicated JavaScript engine that executes the client code.
These engines are also utilized in some servers and a variety of apps. The most
popular runtime system for non-browser usage is Node.js.
The ECMAScript standard does not include any input/output (I/O), such as
networking, storage, or graphics facilities. In practice, the web browser or other
runtime system provides JavaScript APIs for I/O.
Although Java and JavaScript are similar in name, syntax, and respective standard
libraries, the two languages are distinct and differ greatly in design