answersLogoWhite

0

Where do you write javascript?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

JavaScript is written in an HTML document. You start it with this tag:

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where do you write javascript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a javascript?

go to notepad and write Javascript code and save it as .js and then import it into a page with a src tag


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


How to use Javascript to write to the local filesystem?

For security reasons, regular JavaScript scripts in web pages are not allowed to write to the local file system.


What languages can you write a Google Apps script on?

JavaScript


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.


What is the difference between Javascript and Jquery?

JavaScript is a scripting language that is mainly used within a web browser. Jquery is a library of javascript code that can be used together with your javascript program. A set of functions that can preform common tasks is provided, which will reduce the amount of code that you have to write yourself.


What is the correct JavaScript syntax to write Hello World?

document.write("hello world");


Write a javascript program out of three no which one s greater?

1 2 3


Write a JavaScript program showing string concatenation?

There isn't much to it:---alert("Hello " + "world!");---'alert' creates a popup, and the + does string concatenation.See related link for a Javascript tutorial.


How do you write a JavaScript on the internet?

To start a JavaScript code: <script type="text/javascript"> CODE </script> There is a lot to do on JavaScript if you want to learn it look on: http://www.w3schools.com under the Javascript Section.


How do you write a program that outputs a given characters in reverse?

write the javascript code to display the reverse no. of given no. (e.g. 247 reverse of 742)


What language is used to write websites?

The most common languages used to write websites are HTML, CSS, and JavaScript. HTML is used for structuring the content, CSS for styling and design, and JavaScript for adding interactivity and behavior to the website.