First Javascript Console Application
Swipe to show 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");
Everything was clear?
Thanks for your feedback!
Sectionย 1. Chapterย 1
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Sectionย 1. Chapterย 1