Ask a New Question
Search
Each line in JavaScript needs
How do take this following javascript and put in external javascript.
<html> <head> <script language="javascript"
0 answers
asked by
Adam
610 views
What kinds of files are in Bootstrap?
(1 point) Responses HTML and CSS HTML and CSS CSS and JavaScript CSS and JavaScript HTML
1 answer
88 views
Angel is writing a code that includes the line <body>. What language is she using?
(1 point) Responses Python Python JavaScript
1 answer
160 views
Angel is writing a code that includes the line <body>. What language is she using? (1 point) Responses Python Python JavaScript
1 answer
asked by
lol
272 views
var shoppingList = ["milk", "eggs", "sugar", "bread", "cake"];
JavaScript Which line of code will correctly change "cake" to
1 answer
62 views
What kinds of files are in Bootstrap?
(1 point) Responses A: HTML and CSS B: CSS and JavaScript C: HTML and JavaScript D: HTML,
1 answer
154 views
ASK
Question was successfully created. HTML COMPUTER PROGRAMMING COMPUTER SCIENCE PROGRAMMING JAVASCRIPT You asked • 2s
1 answer
asked by
Aryaa
597 views
Which tag is used to add JavaScript code inside a web page?
javascript style script src
1 answer
112 views
Each line in JavaScript needs to end with a:
1 answer
117 views
The following program is supposed to put down three tennis balls. Where is the logic error?
function main() { placeThreeBalls();
1 answer
16 views