How to print sample text in javascript?



JavaScript programs can be inserted almost anywhere into an HTML document using the script tag.

console.log("Who's Joe?")

document.write("Hello")

document.write("Hello")


0 Comment's

Comment Form

Submit Comment