Algoteka
Log in to submit your own samples!

Print Text to Console

Problem by oml1111
# Tech tags Title Creator Created date
1 0
2022-08-13 00:46
View all samples for this language (1 verified and 0 unverified)

Print to browser console | Javascript |

By oml1111 |
0 likes

Prints "Hello World!" to the browser debugging console.

Code

console.log("Hello World!")

Further reading

console - developer.mozilla.org

References

functions
console.log developer.mozilla.org console.spec.whatwg.org

Problem Description

Output "Hello world!" to the console the language uses by default. Usually the same as writing to standard output.

View sample discussion (0 comments)
View problem discussion (0 comments)