+ 2
Can I make a program with JAVASCRIPT??
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
+ 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.
+ 1
Only?!!!!
+ 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.
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?
0
Read about electron, and node