JavaScript Basics: Fundamental Syntax, Part 1 Flashcards

1
Q

equal sign

A
  • assignment operator

- assigning text to inner html (right assigned to left side)

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

note

A
  • dots separate aspects of JavaScript objects
  • case sensitive
  • AddParagraphText is different from addParagraphhText
  • gEtElementById is different from fetElement ID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Type in the assignment operator in JavaScript

A

= (equal sign)

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

JavaScript statements

A
  • are terminated with a semicolon (;)

- there are some exceptions

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

What punctuation is used to conclude a JavaScript statement?

A

; (semicolon)

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