1) Why is Javascript called Client side scripting language ??
2) Why is JavaScript called object oriented language?
Answers
JavaScript (/ˈdʒɑːvəˌskrɪpt/),[6] often abbreviated as JS, is a programming language that conforms to the ECMAScript specification.[7] JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
Answer:
1 JavaScript is a client-side scripting language, which means the source code is processed by the client's web browser rather than on the web server. This means JavaScript functions can run after a webpage has loaded without communicating with the server
2 For a language to be object-oriented in may include features as encapsulation, modularity, polymorphism, and inheritance, but it is not a requirement. ... JavaScript uses prototypes to define object properties, including methods and inheritance. Conclusion: JavaScript IS object-oriented.
Explanation:
Mark brainliest pls