nodejsscript / s / echo
constecho:EchoFunction
Prints string to stdout, and returns string with additional utility methods like .to().
Available options:
- -e: interpret backslash escapes (default)
- -n: remove trailing newline from output
The text to print.
Returns the string that was passed as argument.