Computer Science, asked by greeniiwarriors, 4 months ago

Which one of the following is the correct, one line javascript code to display a variable s in blue colour ?
a-document.write(" s")
b-document.write(" "+s+" ")
c-document.write=s blue
d-none of the above

Answers

Answered by riddhisharma18
1

Answer:

option a is the correct

Answered by ranjeetsaini978
1

option (a) is correct answer

Similar questions