Menu
×
×
Correct!
Exercise:Single-line comments in PHP can be written using two different prefixes, write one of them.
@(2) This is a single-line comment
// This is a single-line comment
# This is a single-line comment
Not CorrectClick here to try again. Correct!Next ❯ |