Javascript Print To Console Tutorial: Different ways to output data to the console

preview_player
Показать описание
In this tutorial, you will learn the really simple function to use JavaScript to print to the console of your web browser.

Don’t forget to subscribe to the Junior Developer Central channel for more videos and tutorials!

Don’t forget to subscribe to the channel for more JavaScript Snippets!

Check out the rest of the JavaScript Snippets series here:

Even though this is a simple task there are a few other things you can use within your JavaScript code to print to the console.

First of all, you will also learn how to print a variable to the console with JavaScript.

You will also learn about some of the other ways of printing to the console with JavaScript.

Other videos in the JavaScript Snippets series:

Рекомендации по теме
Комментарии
Автор

When I write console.log(Hello World) ; in js file, it is not showing in the console window

abhi_
Автор

How do you do to use the browser console with the script editor

Yakaterk
Автор

Hi there, is it possible to have an input without using html?

benzox