Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Comment

Textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.

interface Comment extends CharacterData {}
var Comment: {
prototype: Comment;
new (data?: string): Comment;
}
;