JavaScript Flashcards

1
Q

JavaScript

A

A programming language that adds interactivity and dynamic functionality to webpages.
Allows a webpage to manipulate HTML elements, perform calculations and handle user input.

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

Write directly to a document

A

document.write(“Hello World”)

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