Which of the following expressions would return false? a. /^1./.test(1.10) b. /^1./.test(1.10) c. /1.$/.test(1.10) d. /1.$/.test(1.10)

Question:

Which of the following expressions would return false?

a. /^1./.test("1.10")

b. /^1\./.test("1.10")

c. /1.$/.test("1.10")

d. /1\.$/.test("1.10")

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

JavaScript

ISBN: 9781305078444

6th Edition

Authors: Sasha Vodnik, Don Gosselin

Question Posted: