use strict;
print ‘Hello, world’;
print ‘Saras IT’;
use strict;
print ‘Hello, world’;
print ‘Saras IT’;
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>
WScript.StdOut.WriteLine(“Saras IT”);
<mx:Label text=”Hello, world! Saras IT”/> </mx:Application>
{ res.send(‘Saras IT’) })