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");
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 1
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Geweldig!
Completion tarief verbeterd naar 1.33
First Javascript Console Application
Veeg om het menu te tonen
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");
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 1