Typescript and Javascript Flashcards

1
Q

What are modules?

A

Modules are Javascript libraries that can be included in your project

They provide a set of functions to use in your application

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

What are the < > symbols used for in JavaScript?

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

What are Decorators? [NEEDS MORE DETAIL]

A

These were added in TypeScript and are a function that modifies a class or property definition. Also known as a annotation.

(Defined by angular) Attaches metadata to classes or properties which can define what those properties mean and how they should work

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