Should I keep studying JS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Should I keep studying JS?

Hello, I'm not a developer, actually I work in a field very far from it, but I'm interested on programming since a while. My goal is not design, I want to make applications for myself, complete application, not only design. I'm really interested in hybrid/multiplataform applications. So, should I keep studying JS? The pure JS? Thanks and sorry for the English...

24th Nov 2016, 10:11 PM
Leandro Nascimento
Leandro Nascimento - avatar
3 Answers
+ 2
Javascript is very powerful language. With proper frameworks (or even without them) you are able to create miracles :D You should indeed stick with it, if your target is to make your app multiplatform one.
24th Nov 2016, 10:44 PM
Jakub Stasiak
Jakub Stasiak - avatar
0
Well, HTML+JS is a simple way how to build a simpler applications running on many platforms (in web browser). But, JS in browser has some limits due security. For example no access to files. So maybe learn some real programming language, like java
25th Nov 2016, 6:37 PM
Petr Hatina
Petr Hatina - avatar
0
Please, people, don't forget things like https://nodejs.org and electron or https://GitHub.com/nwjs/nw.js exist. JavaScript hasn't been "just the browser" for a long time now.
27th Nov 2016, 9:12 AM
Jared Allard
Jared Allard - avatar