Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Outputting Multiple Values | Section
JavaScript Essentials for Beginners - 1768407374405

bookOutputting Multiple Values

Summary

  • Argument: a piece of data or an expression that is passed into a statement;
  • Syntax: the set of rules that define the correct structure of statements or code in a programming language;
  • The syntax of the console.log statement is as follows:
console.log(argument1, argument2, …);
question mark

Which of the following statements follows the correct syntax?

Select the correct answer

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 8

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

bookOutputting Multiple Values

Glissez pour afficher le menu

Summary

  • Argument: a piece of data or an expression that is passed into a statement;
  • Syntax: the set of rules that define the correct structure of statements or code in a programming language;
  • The syntax of the console.log statement is as follows:
console.log(argument1, argument2, …);
question mark

Which of the following statements follows the correct syntax?

Select the correct answer

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 8
some-alt