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

The code snippet " if (value && typeof value == "string") {}; is used for ______________.

a) Parameterising

b) Inheritance add-on

c) Overriding

d) Overloading

1 Answer

0 votes
by
edited by
d) Overloading

The code snippet " if (value && typeof value == "string") {}; is used for Overloading

Related questions

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