Hello world/Standard error: Difference between revisions

→‎{{header|JavaScript}}: Added Node.js example
m (wiki syntax fixes)
(→‎{{header|JavaScript}}: Added Node.js example)
Line 223:
{{works with|JScript}} and only with <code>cscript.exe</code>
<lang javascript>WScript.StdErr.WriteLine("Goodbye, World!");</lang>
 
{{works with|Node.js}}
<lang javascript>console.warn("Goodbye, World!")</lang>
 
=={{header|Lua}}==
Anonymous user