Computer Science, asked by dram8727, 10 months ago

Write a program display a welcome message using JavaScript.

Answers

Answered by prajwal2727
10

Answer:

hi.

I am Prajwal

you can add more

hope it was helpful follow me

Answered by king9879
2

Explanation:

var message = "welcome";

Console log = message;

Similar questions