0 votes
in JavaScript by
What are disadvantages of using JavaScript?

1 Answer

0 votes
by

We can not treat JavaScript as a full fledged programming language. It lacks the following important features −

Client-side JavaScript does not allow the reading or writing of files. This has been kept for security reason.

JavaScript can not be used for Networking applications because there is no such support available.

JavaScript doesn't have any multithreading or multiprocess capabilities.

Related questions

0 votes
asked Dec 7, 2023 in Google Cloud by GeorgeBell
0 votes
asked Jul 24, 2020 in Ionic by Robindeniel
...