answersLogoWhite

0


Best Answer

You can't make software, but you can make scripts that can be called from a program.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
User Avatar

kelvinomereshone

Lvl 1
8mo ago
This is 2023 and you can make almost any software with JavaScript. From web applications, to mobile apps, desktop apps, embedded systems, etc

Add your answer:

Earn +20 pts
Q: Can you make softwares using javascript and if so how and by the way I do mean Javascript NOT java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you call java and javascript?

Well you get java as java and javascript as iava.


Do you need java compiler to execute HTML programs written in javascript?

No, Java and JavaScript are nothing to do with each other, JavaScript is a form of EMCAScript, not Java. Every modern browser comes with a JavaScript engine that is used to understand JavaScript. so there is no need for it, no.


Does java script coding mean using it for Java programs only Can you use it for Unity or Game-maker?

Java and JavaScript are different, and quite unrelated, languages. JavaScript is not "for Java"; basically you use JavaScript to create special effects on Web pages (HTML pages).


How do you shortcut systemoutprintln in javascript?

There is no systemout object in JavaScript. Do you mean Java?


How do you disable javascript?

Javascript cannot be disabled but java can just go to Control Panel > Sun Java Panel > Disable


Who markets javascript?

Nobody markets JavaScript, it's not a proprietary technology like Java is. In fact, it has no relation to Java. JavaScript is standardized and used by every web browser that supports scripting.


What is the difference between javascript and java programming langugage?

JavaScript and java are 2 completely different things. JavaScript is in web pages to make it more interesting and java is a complex computing language devised from c + c++.


What is the difference between javascript and java language?

JavaScript and Java are two different programming languages. Java is a server-side, statically typed language. JavaScript is a mostly client-side, dynamically typed language. Java supports heavy back end computations while JavaScript enables interactive AJAX ones.


How do you add a click event to a java button?

we can do this using of javascript. you can use this following code: <input type=button value="button" onClick=onclick_function()> here onclick_function() is a function which is called by javascript on clicking the button. javascript code is as follows: <script language="javascript" type="text/javascript"> // your code for onclick_function() function onclick_function(){ alert("Welcome to javascript"); } </script>


What are good Java script codes?

depending on the intention of the javascript codes you wish to write. there is much you can do with javascript but the only way to find out what "good Java script codes" are is to explore what you want the Javascript to do on the page.


Does iPod touches have java script?

they have java< javascript and flash


Java run in any computer but java script not why?

Java and Javascript are not the same thing and are not realted to each other. Javascript is not run on "computers" it is run on browsers (which admitedly run on computers) So, if your computer has a browser, it most likely runs javascript, of course this depends on the browser, but all major browser run javascript.