Text Editor Flashcards

1
Q

text editor

A

applications used by developer’s to write code

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

syntax highlighting

A

makes code easier to read

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

What is NOT an example of Quick Fix offered by TypeScript’s type checking?

  • add missing import
  • add closing tag to <h1>
  • add missing property</h1>
A

-add closing tag to <h1>

because TypeScript’s code checking applies only to JavaScript, not to HTML</h1>

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