Reply To: Some information about java programming language

Home Forums Technology Some information about java programming language Reply To: Some information about java programming language

#241341
robert4johnson
Participant

I work in logistics and I can tell you that similarly to Python, Javascript has decent support for virtual environments as well. This might come as a surprise if you’ve never developed large Javascript packages, since you might think Javascript is a language executed only in the browser. But it turns out that we can use node.js, which essentially plucks out Google Chrome’s Javascript engine and lets you write Javascript as a regular programming language. This makes it much easier for you to test your Javascript software, package it, etc.

Recent Topics