Examen Teórico de JavaScript

Examen Teórico de JavaScript

12th Grade

20 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

10th Grade - University

18 Qs

Javascript

Javascript

10th - 12th Grade

15 Qs

HTML Practice 3 of 4

HTML Practice 3 of 4

11th - 12th Grade

23 Qs

Data Structures - Lists

Data Structures - Lists

12th Grade

22 Qs

Numpy, matplotlib

Numpy, matplotlib

12th Grade

20 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Lists and 2d lists(arrays)

Lists and 2d lists(arrays)

12th Grade

16 Qs

One Dimensional Arrays

One Dimensional Arrays

9th - 12th Grade

17 Qs

Examen Teórico de JavaScript

Examen Teórico de JavaScript

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Fabio Argañaraz

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Qué método se utiliza para agregar un elemento al final de un array?

add()
insert()
append()
push()

pop()

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Cómo se accede al segundo elemento de un array llamado miArray?

miArray(1)
miArray[2]
miArray[1]
miArray.second
miArray.secondElement

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Qué objeto de JavaScript se utiliza para interactuar con el Document Object Model (DOM)?

window
element
variable
document
function

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Cuál es la salida de console.log("Hello World".toUpperCase())?

HelloWorld
hello world

hELLO wORLD!

hello_world
HELLO WORLD

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Cómo se accede a un elemento con el id "miElemento" en el DOM?

document.getElementById('miElemento')
document.selectElementById('miElemento')
document.getElement('miElemento')

document.querySelector('.miElemento')

document.getElementByName('miElemento')

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Qué función se utiliza para agregar un manejador de eventos a un elemento en JavaScript?

attachEventListener
registerEventHandler
setEventHandler
addEventListener
listenForEvent

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

¿Qué evento de JS se utiliza para ejecutar código cuando se carga una página web?


onLoad
DOMContentLoaded
onReady
onStart
onLoadComplete

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?