Crear actividad
Jugar Test
1. 
Is this script correct?
A.
Yes
B.
No
2. 
Is this script correct?
A.
Yes
B.
No
3. 
In order to display text in bold with JavaScript, which code is correct?
A.
document.write(I want to display text);
B.
window.document.write(“I want to display text”)
C.
document.write(“I want to display text”);
4. 
Is this comment in JavaScript correct?
A.
Yes
B.
No
5. 
In general, script can begin with:
A.