+ 1
Where all can JavaScript be used?
3 Answers
+ 4
To make webpages responsiveš
+ 3
client side (with browsers help) and server side (Node.js)
+ 2
Hi Piyush
As well as web
You can now also use it for native desktop apps using electron
https://electronjs.org/
and for mobile use React Native
https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/
Server side use node.js
https://nodejs.org/en/
so basically anywhere.