IDNStudy.com, kung saan ang iyong mga tanong ay natutugunan ng mga eksperto. Makakuha ng hakbang-hakbang na mga gabay para sa lahat ng iyong teknikal na tanong mula sa mga miyembro ng aming komunidad.

A. Direction: Write “VALID" if the syntax is correct, otherwise write "INVALID" if it is incorrect​

A Direction Write VALID If The Syntax Is Correct Otherwise Write INVALID If It Is Incorrect class=

Sagot :

1. INVALID - Incomplete " and )

2. INVALID - No closing tags

3. INVALID - alert is a function, not a keyword

4. INVALID - alert is not a keyword, and string is not closed with "

5. INVALID - name must begin with a letter, a $ or _

6. INVALID - name must be a valid identifier, not a literal

7. VALID

8. INVALID - variable declaration followed by a ' instead of a end of line or a semicolon

9. VALID

10. VALID