0 votes
in JavaScript by
What we will get if we compare the "one" with "8" using the less than operator ("one"<8)?

a) False

b) True

c) NaN

d) Undefined

1 Answer

0 votes
by

Answer: A

...