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");
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 1
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Großartig!
Completion Rate verbessert auf 1.33
First Javascript Console Application
Swipe um das Menü anzuzeigen
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");
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 1