Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Multi-Line Comments | Section
JavaScript Fundamentals

bookMulti-Line Comments

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

Summary

  • Multi-line comments: used to add comments that span over multiple lines;
  • A multi-line comment starts with /* and ends with */. Everything in between these symbols is ignored by the JavaScript engine.
/*
  This is a multi-line comment.
  It can span several lines.
*/
question mark

What is the correct syntax to write a multi-line comment?

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

すべて明確でしたか?

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

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

セクション 1.  12

AIに質問する

expand

AIに質問する

ChatGPT

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

セクション 1.  12
some-alt