0 votes
in TypeScript - JavaScript's Superset by
recategorized by

value && typeof value == "DataType" is used for _________.

a) Overloading

b) Type annotation

c) Overriding

d) Inheritance

1 Answer

0 votes
by
edited by
a) Overloading

value && typeof value == "DataType" is used for Overloading

Related questions

0 votes
asked Jan 27, 2020 in TypeScript - JavaScript's Superset by AdilsonLima
0 votes
asked Jan 27, 2020 in TypeScript - JavaScript's Superset by AdilsonLima
...