Skip to main content

Command Palette

Search for a command to run...

Is JavaScript make the next world🙄

Published
1 min readView as Markdown
Is JavaScript make the next world🙄
A

I am a Java Developer with 3 years of knowledge back end languages, responsive frameworks, databases, and best code practices. My objective is simply to be the best software developer that I can be and to contribute to the technology industry all that I know and can do.

JavaScript is FAST and SCALABLE

Of course, nothing really beats C/C++/Rust, but JavaScript is a fast - in the sense that V8 can generate highly optimized code by monitoring how your code executes, delaying the bits of execution which are not used, and optimizing the code segments which are used over and over. Especially when compared to its nearest competitors like Python. With the advancements in V8, it is becoming even more performant and memory efficient.

V8: The beast powering JavaScript

V8 is an open-source JavaScript engine developed by The Chromium Project for Google Chrome and Chromium web browsers

Speed

Client-side JavaScript is very fast because it can be run immediately within the client-side browser. Unless outside resources are required, JavaScript is unhindered by network calls to a backend server.

Simplicity

JavaScript is relatively simple to learn and implement.

Popularity

JavaScript is used everywhere on the web.

Interoperability

JavaScript plays nicely with other languages and can be used in a huge variety of applications.

Server Load

Being client-side reduces the demand on the website server.

12 views