Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте First Javascript Console Application | Section
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
JavaScript Essentials for Beginners - 1768407374405

bookFirst Javascript Console Application

Summary

  • A statement in programming is a single instruction that performs a specific operation or action;
  • In JavaScript, every statement needs to be ended with a semicolon (;);
  • The console.log statement can be used for displaying some output in the console;
  • An example of a console.log statement is:
1
console.log("Hello World");
copy
question mark

What is the correct way of writing a console.log statement?

Select the correct answer

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 1

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

bookFirst Javascript Console Application

Свайпніть щоб показати меню

Summary

  • A statement in programming is a single instruction that performs a specific operation or action;
  • In JavaScript, every statement needs to be ended with a semicolon (;);
  • The console.log statement can be used for displaying some output in the console;
  • An example of a console.log statement is:
1
console.log("Hello World");
copy
question mark

What is the correct way of writing a console.log statement?

Select the correct answer

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 1
some-alt