Preguntas de JavaScript

Quiz
•
Computers
•
Professional Development
•
Medium
Ricardo Chipana
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se declara una variable que no cambiará su valor?
var edad = 30;
let edad = 30;
const edad = 30;
edad = 30;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Para repetir un bloque 5 veces, se usa:
while(i { console.log('Hola'); }
function => saludar() {}
saludar:function() {}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Un callback es:
Una función que se llama a sí misma.
Una función pasada como argumento a otra.
Una función anónima sin parámetros.
Un error en tiempo de ejecución.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué devuelve .map() comparado con .forEach()?
.map() devuelve un nuevo array; .forEach() no.
.map() modifica el array original; .forEach() no.
Son equivalentes.
.forEach() devuelve un nuevo array; .map() no.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál NO es un tipo primitivo en JavaScript?
boolean
object
number
string
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué devuelve typeof null?
"null"
"undefined"
"object"
TypeError
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la diferencia entre == y ===?
No hay diferencia.
== compara tipo; === compara valor.
== compara valor; === compara valor y tipo.
=== solo se usa en strings.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
T14-PG-g

Quiz
•
Professional Development
10 questions
Treinamento JS - Capítulo 2

Quiz
•
Professional Development
17 questions
Evaluación Inicial Excel

Quiz
•
Professional Development
13 questions
Sección 6 - Beepython

Quiz
•
Professional Development
10 questions
FUNCIÓN SI EN EXCEL

Quiz
•
Professional Development
10 questions
Entity Framework

Quiz
•
Professional Development
11 questions
Microsoft Excel 1

Quiz
•
Professional Development
17 questions
¡Ponte a prueba con JavaScript! 💻🔍

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade