Skip to content

Instantly share code, notes, and snippets.

@amardeep18
Created January 17, 2020 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amardeep18/a6b5a96b1436cc513118ebc71a7a9e5a to your computer and use it in GitHub Desktop.
Save amardeep18/a6b5a96b1436cc513118ebc71a7a9e5a to your computer and use it in GitHub Desktop.
document.write (“First Line <br />”);
display( );
document.write(“DevOpsSchool”);
function display( )
{
document.write(“Welcome to DevOpsSchool <br />”);
}
document.write(“Last Line <br />”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment