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