let a = 3; //この後ろから行末までがコメント
let x = "hello world";
let y = "world";
let z = x + y; // z = "helloworld"
/*
複数行コメント
複数行コメント
複数行コメント
*/