Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ First Javascript Console Application | Section
JavaScript Fundamentals

bookFirst Javascript Console Application

メニューを表示するにはスワイプしてください

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.log statement can be used for displaying some output in the console;
  • An example of a console.log statement is:
1
console.log("Hello World");
copy
question mark

What is the correct way of writing a console.log statement?

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  1

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  1
some-alt