Login
Remember
Register
Ask a Question
Type Annotations allow us to _______.
0
votes
asked
Jan 27, 2020
in
TypeScript - JavaScript's Superset
by
AdilsonLima
recategorized
Mar 22, 2022
by
sharadyadav1986
Type Annotations allow us to _______.
a) Cast a reference of a base class to one of its derived classes
b) Record the intended contract of the function or variable
c) Cast to a supertype
d) Reassign the type of data
typescript
typescript-frescoplay
javascript-interview-questions
typescript-programming-questions
typescript-practice-problems
typescript-interview-questions-github
typescript-tutorial
typescript-quiz
angular-interview-questions
typescript-interview-questions-and-answers-2021
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Jan 27, 2020
by
AdilsonLima
Record the intended contract of the function or variable
0
votes
answered
Mar 22, 2022
by
sharadyadav1986
b) Record the intended contract of the function or variable
Type Annotations allow us to Record the intended contract of the function or variable
...