First 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.logstatement can be used for displaying some output in the console; - An example of a
console.logstatement is:
1console.log("Hello World");
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 1
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Génial!
Completion taux amélioré à 1.33
First Javascript Console Application
Glissez pour afficher le menu
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.logstatement can be used for displaying some output in the console; - An example of a
console.logstatement is:
1console.log("Hello World");
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 1