JavaScript String fixed()
Description
String fixed() is deprecated in JavaScript.
Avoid using it.
It may cease to work in your browser at any time.
The fixed() method returns a string embedded in a <tt> tag:
<tt>string</tt>
The <tt> tag is not supported in HTML5.
Syntax
string.fixed()
Parameters
| NONE |
Return Value
| A string embedded in a <tt> tag. |
❮ JavaScript String Reference