Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Hello World | Getting Started
Introduction to JavaScript
course content

Conteúdo do Curso

Introduction to JavaScript

Introduction to JavaScript

1. Getting Started
2. Manipulating Data
3. Conditional Statements

book
Hello World

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

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 1
Sentimos muito que algo saiu errado. O que aconteceu?
some-alt