1 Answers
Features of JavaScript are :
- All popular web browsers support JavaScript as they provide built-in execution environments.
- JavaScript follows the syntax and structure of the C programming language. Thus, it is a structured programming language.
- JavaScript is a weakly typed language, where certain types are implicitly cast (depending on the operation).
- JavaScript is an object-oriented programming language that uses prototypes rather than using classes for inheritance.
- It is a light-weighted and interpreted language.
- It is a case-sensitive language.
- JavaScript is supportable in several operating systems including, Windows, macOS, etc.
It provides good control to the users over the web browsers.
Disadvantages of JavaScript:
- This may be difficult to develop large applications, although you’ll also use the TypeScript overlay.
- The main problem or disadvantage in JavaScript is that the code is always visible to everyone anyone can view JavaScript code.
- If the error occurs in JavaScript, it can stop rendering the whole website. Browsers are extremely tolerant of JavaScript errors.
- This continuous conversion takes longer than the conversion of a number to an integer. This increases the time needed to run the script and reduces its speed.
Please login or Register to submit your answer