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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is in-line script?

A

Where JavaScript code is created in the same file as the HTML code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is external script?

A

Where JavaScript code is created in a separate file from the HTML code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some common JavaScript errors? (2)

A

Spelling mistakes and missing semi colons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly