Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The escape sequence ‘\f’ stands for _________

a) \f is not present in JavaScript
b) Floating numbers
c) Representation of functions that returns a value
d) Form feed

Answer: d
Explanation: \f is the JavaScript escape sequence that stands for Form feed (\u000C). It skips to the start of the next page.

Join The Discussion