0 votes
in TypeScript - JavaScript's Superset by (5.7k points)
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 (5.7k points)
edited by
d) Overloading

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

Related questions

...