0 votes
in JavaScript by (23.1k points)
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 (19.8k points)

Answer: A

Related questions

...