# | Likes | Tech tags | Title | Creator | Created date |
---|---|---|---|---|---|
1 | 0 |
2022-08-13 00:46
|
Prints "Hello World!" to the browser debugging console.
console.log("Hello World!")
functions | ||
console.log |
developer.mozilla.org | console.spec.whatwg.org |
Output "Hello world!" to the console the language uses by default. Usually the same as writing to standard output.