Makakuha ng mabilis at maaasahang mga sagot sa IDNStudy.com. Magtanong ng anumang bagay at makatanggap ng kumpleto at eksaktong sagot mula sa aming komunidad ng mga propesyonal.

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