Vidyalelo
JavaScript · Q17

Basic And Variables

Programming · JavaScript · question 17

Q17

The escape sequence ‘f’ stands for

A.
Floating numbers
B.
Representation of functions that returns a value
C.
f is not present in JavaScript
D.
Form feed
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
f is the JavaScript escape sequence that stands for Form feed (u000C).