Search Header Logo

Cuestionario de JavaScript

Authored by Jero undefined

Computers

Professional Development

Used 6+ times

Cuestionario de JavaScript
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En JavaScript, ¿cómo se inserta un comentario que ocupa una línea?

*/Comentario

// Comentario

' Comentario

Las anteriores respuestas no son correctas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En el DOM, el tipo de un nodo se obtiene con la propiedad

elementType

nodeType

type

Las anteriores respuestas no son correctas

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En JavaScript, ¿qué hace la sentencia break?

Finaliza la ejecución del método actual

Finaliza la ejecución del código

Salta a la siguiente iteración en el bucle for, while o do-while actual

Finaliza la ejecución del bucle for, while o do-while actual

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En el DOM, para añadir un elemento hijo se emplea el método

appendChild()

createChild()

newChild()

Las anteriores respuestas no son correctas

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En JavaScript, ¿cuál es la forma correcta de crear un array?

var txt = new Array:1=("tim"),2=("kim"),3=("jim")

var txt = new Array(1="tim",2="kim",3="jim")

var txt = new Array("tim","kim","jim")

var txt = new Array(1:"tim",2:"kim",3:"jim")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La estandarización de JavaScript es realizada por

ECMA

Mozilla

The Script Consortium

W3C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

En el DOM, para eliminar un elemento hijo se emplea el método

deleteChild()

dropChild()

removeChild()

Las anteriores respuestas no son correctas

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?