First Javascript Console Application
Swipe to show menu
JavaScript is one of the most popular programming languages in the world. You will need to understand JavaScript to move forward with QA Automation, as you will be required to write scripts for testing and automation tasks.
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