Home » JavaScript » JavaScript Variables » Question
  1. The escape sequence ‘\f’ stands for _________
    1. Form feed
    2. \f is not present in JavaScript
    3. Representation of functions that returns a value
    4. Floating numbers
    5. None of these
Correct Option: A

\f is the JavaScript escape sequence that stands for Form feed (\u000C). It skips to the start of the next page. (Applies mostly to terminals where the output device is a printer rather than a VDU).



Your comments will be displayed only after manual approval.