The Web, HTML & JavaScript - JavaScript Flashcards
1
Q
What is JavaScript?
A
An interpreted programming language that allows you to add interactivity to HTML pages
2
Q
What is in-line script?
A
Where JavaScript code is created in the same file as the HTML code
3
Q
What is external script?
A
Where JavaScript code is created in a separate file from the HTML code
4
Q
What are some common JavaScript errors? (2)
A
Spelling mistakes and missing semi colons