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

Comments

Description

Areas of code that are not executed.

They may be used to descibe code for readability or ignore code for testing purposes.

Syntax

// single line comment

/* multiple
   line
   comment */

Examples

1 · single

2 · multiple