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 Apr 8 in Amazon QuickSight by Robindeniel
0 votes
asked Oct 21 in JavaScript by DavidAnderson
0 votes
asked Oct 1 in JavaScript by GeorgeBell
...