-
The escape sequence ‘\f’ stands for _________
-
- Form feed
- \f is not present in JavaScript
- Representation of functions that returns a value
- Floating numbers
- 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).