Conceitos Básicos de JavaScript

Quiz
•
Other
•
12th Grade
•
Medium
SILVIO HENRIQUES PEREIRA
Used 1+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Qual é a diferença principal entre `let` e `const` em JavaScript?
`let` permite a reatribuição de valores, enquanto `const` não.
`const` permite a reatribuição de valores, enquanto `let` não.
Ambos `let` e `const` permitem a reatribuição de valores.
Nenhum dos dois permite a reatribuição de valores.
2.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
O que significa o valor `null` em JavaScript?
Um valor indefinido.
Um objeto vazio.
A ausência intencional de qualquer valor de objeto.
Um número zero.
3.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Qual das seguintes opções é considerada um tipo de dado primitivo em JavaScript?
Array
Object
String
Function
4.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Qual é a diferença entre `null` e `undefined` em JavaScript?
`null` é um valor atribuído, enquanto `undefined` significa que uma variável não foi inicializada.
`undefined` é um valor atribuído, enquanto `null` significa que uma variável não foi inicializada.
Ambos significam que uma variável não foi inicializada.
Ambos são valores atribuídos.
5.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Qual é o resultado de `let x; console.log(x);` em JavaScript?
null
undefined
0
NaN
6.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
O que o seguinte código JavaScript irá imprimir no console?
let i = 0;
while (i < 3) {
console.log(i);
i++;
}
0 1 2 3
1 2 3
0 1 2
1 2
7.
MULTIPLE CHOICE QUESTION
1 min • 10 pts
Qual das seguintes opções NÃO é um tipo de dado primitivo em JavaScript?
Boolean
Number
Object
Symbol
Similar Resources on Wayground
12 questions
API Architecture

Quiz
•
University
7 questions
Quiz-aula-web-I

Quiz
•
University
10 questions
Continuity Review

Quiz
•
9th - 12th Grade
10 questions
Web Design: intro to Javascript

Quiz
•
10th - 12th Grade
10 questions
JavaScript - 2

Quiz
•
11th - 12th Grade
10 questions
Understanding Arrays in Programming

Quiz
•
University
10 questions
Javascript тілі

Quiz
•
University
10 questions
GDSC Cruise Event Round 2

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Other
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
10 questions
Impact of 9/11 and the War on Terror

Interactive video
•
10th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
6 questions
Biography

Quiz
•
4th - 12th Grade
25 questions
ServSafe Foodhandler Part 3 Quiz

Quiz
•
9th - 12th Grade
10 questions
Fact Check Ice Breaker: Two truths and a lie

Quiz
•
5th - 12th Grade
20 questions
Macromolecules

Quiz
•
9th - 12th Grade