
Fundamentos de la Programación
Authored by Maria Ledesma
Instructional Technology
Professional Development
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se define una función en JavaScript?
Function nombreFuncion() {...}
function nombreFuncion() {}
function(nombreFuncion) {...}
nombreFuncion() = function {...}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué devuelve la función parseFloat("3.14")?
"3.14159"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
En JavaScript, ¿cuál es el operador de igualdad estricta?
==
=!
===
!==
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la función del operador ternario?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué hace la función toLowerCase() en JavaScript?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la estructura de un bucle while en JavaScript?
while (condicion) { ... }
do { ... } while (condicion)
or (inicialización; condicion; incremento) { ... }
for (elemento in iterable) { ... }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se declara una variable en JavaScript?
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?