Conteúdo do Curso
Introduction to JavaScript (staging)
Introduction to JavaScript (staging)
Writing our first code
The very first exercise every programmer goes through is the printing Hello world! message to the console. Let's do it with JavaScript: you should use the console.log()
statement like in the example:
Try running this code and you will see a sentence in parentheses printed in the console.
You can put any other message (inside the quotes):
Tarefa
Print another one message. Use the console.log()
to print this message "I am learning JavaScript"
Obrigado pelo seu feedback!
Writing our first code
The very first exercise every programmer goes through is the printing Hello world! message to the console. Let's do it with JavaScript: you should use the console.log()
statement like in the example:
Try running this code and you will see a sentence in parentheses printed in the console.
You can put any other message (inside the quotes):
Tarefa
Print another one message. Use the console.log()
to print this message "I am learning JavaScript"
Obrigado pelo seu feedback!
Writing our first code
The very first exercise every programmer goes through is the printing Hello world! message to the console. Let's do it with JavaScript: you should use the console.log()
statement like in the example:
Try running this code and you will see a sentence in parentheses printed in the console.
You can put any other message (inside the quotes):
Tarefa
Print another one message. Use the console.log()
to print this message "I am learning JavaScript"
Obrigado pelo seu feedback!
The very first exercise every programmer goes through is the printing Hello world! message to the console. Let's do it with JavaScript: you should use the console.log()
statement like in the example:
Try running this code and you will see a sentence in parentheses printed in the console.
You can put any other message (inside the quotes):
Tarefa
Print another one message. Use the console.log()
to print this message "I am learning JavaScript"