Multi-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.
*/
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 12
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 1. 章 12