3,438 views
5 votes
5 votes

The correct syntax to write "Hi there" in Javascript is

  1. jscript.write ("Hi There")
  2. response.write ("Hi There")
  3. print ("Hi There")
  4. print.jscript ("Hi There")

2 Answers

3 votes
3 votes
in javascript we use document.write at client side

response.write on server side
Answer:

Related questions

4 votes
4 votes
2 answers
1
go_editor asked Jun 19, 2016
3,628 views
To declare the version of XML, the correct syntax is<?xml version='1.0'/><*xml version='1.0'/><?xml version="1.0"/><xml version='1.0'/>
4 votes
4 votes
3 answers
2
go_editor asked Jun 19, 2016
3,221 views
To add a background color for all <h1 elements, which of the following HTML syntax is usedh1 { background-color :#FFFFFF}{ background-color :#FFFFFF} . h1h1 { background-...
2 votes
2 votes
1 answer
4