0 votes
in JavaScript by
In a case, where the value of the operator is NULL , the typeof returned by the unary operator is___.

a) undefined

b) string

c) boolean

d) object

1 Answer

0 votes
by

Answer: D

Reason: In all cases, where the operator's value is NULL, then unary operator always returns the typeof object.

Related questions

0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
0 votes
asked Oct 10, 2022 in JavaScript by SakshiSharma
...