Test JS

A visually engaging illustration depicting various JavaScript elements like code snippets, fun<wbr>ctions, and variables, incorporating bright colors to attract learners interested in programming.

Test Your JavaScript Knowledge

Welcome to the ultimate JavaScript quiz! This quiz is designed to test your understanding of JavaScript concepts, syntax, and best practices. Whether you are a beginner or an experienced web developer, there's something here for everyone!

Key Features:

  • Multiple-choice and checkbox questions
  • Test your knowledge on core JS concepts
  • Engaging and interactive format
15 Questions4 MinutesCreated by CodingGuru42
¿Javascript es un lenguaje de tipado fuerte?
No
Seleccione las correctas carácteristicas de un String
Es un array de carácteres
Al pasar entre variables, el valor se referencia.
Para iterarse debe convertirse a un Array
Los String se delcaran entre comillas
¿Qué valor se obtendrá de la siguiente evalucación? Let evl = 2+"2"
4 (Number)
"4" (String)
22 (Number)
"22" (String)
¿Qué retornar la siguiente condición? : 1000 === "1000"
True
False
Seleccione las correctas carácteristicas de los Objects
Posen formato JSON
Al transformarlos a String sus funciones también se convierten
Posee la propiedad "length"
Posee el método hasOwnProperty
Todas las anteriores son correctas
¿Qué objeto permite crear Expresiones Regulares?
RegExp
Regex
ExpReg
Para crear un array sus items debes estar entre...
Llaves
Paréntesis
Barras Invertidas
Numerales
Corchetes
Comillas simples
¿Qué coincidencias dá la siguiente Expresión Regular? : /[aA-zZ]|\s|1/
Todos los número 1
Todas las letras mayúsculas pero no las minúsculas
Todas las letras minúsculas pero no las mayúsculas
Todas las letras sin importar si son mayúsculas o minúsculas
Todos los espacios en blanco
Todos los números
Todos los salto de línea
¿Qué sucede cuando se consulta una propiedad a un objeto que no está declarado?
La consulta retorna Null
La consulta retorna Undefined
La consulta arroja una excepción
La consulta no se ejecuta
¿Cuáles son las diferentes formas de iterar un Array?
ForEach Method
For Of Statement
For Iterator Statement
For In Statement
For Each Statement
Map Method
Todas las respuestas son correctas
¿Qué retorna la siguiente evaluación?: !!true === !0
True
False
¿Cuáles son los métodos HTTP?
GET
POST
PUT
DELETE
HEAD
PATCH
OPTIONS
TRACE
CONNECT
¿En Javascript existen los Enums?
No
¿Para que sirven la funciones asincronicas?
Para realizar ejecuciones en paralelo
Para utilizar el Await statement al ejecutar Promises
Para crear Promises
¿Qué son las Promesas?
Un valor que puede estar disponible ahora, en el futuro, o nunca
Una callback que se ejecutara en cierto tiempo indeterminado
{"name":"Test JS", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Welcome to the ultimate JavaScript quiz! This quiz is designed to test your understanding of JavaScript concepts, syntax, and best practices. Whether you are a beginner or an experienced web developer, there's something here for everyone!Key Features:Multiple-choice and checkbox questionsTest your knowledge on core JS conceptsEngaging and interactive format","img":"https:/images/course8.png"}
Powered by: Quiz Maker