The values undefined, null, and nothing, will all result in no content
(empty string) being rendered.
Note, this is unsafe to use with any user-provided input that hasn't been
sanitized or escaped, as it may lead to cross-site-scripting
vulnerabilities.
Renders the result as HTML, rather than text.
The values
undefined,null, andnothing, will all result in no content (empty string) being rendered.Note, this is unsafe to use with any user-provided input that hasn't been sanitized or escaped, as it may lead to cross-site-scripting vulnerabilities.