option
Questions
ayuda
daypo
search.php

Lenguaje tema 19

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Lenguaje tema 19

Description:
tipo test 19

Creation Date: 2023/04/24

Category: Others

Number of questions: 10

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

¿Qué método me devuelve el carácter que ocupa la posición indicada en una cadena de texto?. charAt() . indexOf() . index(). char().

¿Qué método elimina el primer elemento de un array?. pop(). push(). shift(). unshift() .

¿Es obligatorio el uso de return en una función definida por el usuario?. Sí. No. Depende del número de parámetros. Depende del tipo de valor devuelto.

¿Qué significan las siglas DOM?. Document Object Model. Design Object Model. Doc Object Model. Document Object Main.

Indica un tipo de nodo. Document. Element. Text. Todas son correctas.

¿Qué método me permite acceder a un nodo por su identificador?. getElementsById(). getElementsByName(). getElementByName(). Ninguna es correcta.

¿Cómo se transforma la propiedad CSS font-size si la quiero utilizar a través del atributo style del DOM?. Fontsize. fontSize. FontSize. Fontsize.

¿Qué evento controla cuando un elemento pierde el foco?. onfocus. onblur. onfoc. onsubmit.

¿Cuál es el método más utilizado cuando accedemos a un documento XML a través del DOM?. getElementsByTagName(). getElementById(). getElementsByName(). getElementByClassName().

Cuando trabajamos con XML, ¿qué método me indica si un nodo tiene hijos?. childNodes(). hasNodes(). hasChildNodes(). haschildNodes().

Report abuse