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
10 questions
quiz

Quiz
•
12th Grade
11 questions
Robotics I

Quiz
•
4th - 12th Grade
10 questions
Senangnya membuat ngoding bareng

Quiz
•
9th - 12th Grade
10 questions
Avaliação cartaz publicitário 2 ano

Quiz
•
11th Grade - University
10 questions
JavaScript 1

Quiz
•
9th - 12th Grade
10 questions
Test de JavaScript

Quiz
•
University
10 questions
Recordando JavaScript

Quiz
•
University
10 questions
Introdução às Consultas SQL

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Other
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
4 questions
Study Skills

Lesson
•
5th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University