Can I make a program with JAVASCRIPT?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I make a program with JAVASCRIPT??

11th Jun 2020, 7:25 PM
David Ehab
David Ehab - avatar
6 Answers
+ 2
Yes you can , Javascript is a progamming language used in frontend and backend(node.js) both and you can create programs games and much more
13th Jun 2020, 8:42 AM
Master Genius [ INACTIVE ]
Master Genius [ INACTIVE ] - avatar
+ 9
Yes... in addition to browser based DOM manipulation in web pages, you can make console / command line apps, desktop apps, mobile apps, games, unattended services, web service APIs, etc, etc, etc. A few popular desktop apps built in Javascript are Visual Studio Code, Discord Desktop App, Slack Desktop App, etc. Think big when thinking about development possibilities with Javascript outside of the web browser.
11th Jun 2020, 10:14 PM
David Carroll
David Carroll - avatar
+ 1
Only?!!!!
11th Jun 2020, 9:17 PM
David Ehab
David Ehab - avatar
+ 1
You can make something happen when a user clicks on a button on your webpage. For example change the background color from red to blue. You can also change the theme of your page to darkmode. You can print a welcome message to the users of your page. Etc.. etc.. You can even make desktop games with it. Your imagination is the limit. Set your goal.. Maybe make a game then learn and learn and learn some more and Google too then you make it.
11th Jun 2020, 9:28 PM
Ze Mballa nkul
Ze Mballa nkul - avatar
0
David Ehab JavaScript is a programming language. So anything made with JavaScript is a program. 😉 Do you have something in your mind that you think JavaScript may not be appropriate for?
12th Jun 2020, 6:36 AM
Ore
Ore - avatar
0
Read about electron, and node
13th Jun 2020, 1:05 PM
Dev1ks
Dev1ks - avatar