Outputting 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, β¦);
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you give more examples of using multiple arguments with console.log?
What is the difference between an argument and a parameter?
Can you explain more about syntax in programming?
Awesome!
Completion rate improved to 1.33
Outputting Multiple Values
Swipe to show 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, β¦);
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8