Can JavaScript work by itself, or does it have to have another helping language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Can JavaScript work by itself, or does it have to have another helping language?

4th Apr 2017, 1:38 AM
DeltaTick
DeltaTick - avatar
2 Answers
4th Apr 2017, 1:40 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
JavaScript is evolving. with 2015 ECMAScript 6 ( classes and modules) we can do OOP in JavaScript. There are great frameworks/libraries/platforms like Node.js(Serverside JavaScript Environment ), Angular,React,and many written on JavaScript. More info on version: https://www.w3schools.com/js/js_versions.asp
4th Apr 2017, 2:07 AM
Eranga
Eranga - avatar