HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

createComment

Description

The createComment of Document for JS returns a Comment node whose data is data.

Syntax

comment = document.createComment(data)

Parameters

data

An any type.

Examples

1