Question
Difficulty
Topic
Used in
Question
What does the typeof operator return for null?Q-1042
DifficultyEasy
TopicJS Basics
Used in4 tests
Question
Which method creates a new array with the results of calling a function on every element?Q-1043
DifficultyEasy
TopicArrays
Used in6 tests
Question
What is the output order of a Promise resolved inside setTimeout?Q-1044
DifficultyHard
TopicAsync
Used in2 tests
Question
In CSS, which property controls the stacking order of positioned elements?Q-1045
DifficultyMedium
TopicCSS
Used in5 tests
Question
What does the spread syntax ... do when applied to an array?Q-1046
DifficultyMedium
TopicES6+
Used in7 tests
Question
Which Git command moves committed changes from one branch tip onto another?Q-1047
DifficultyHard
TopicGit
Used in3 tests
Question
What is the correct way to declare a block-scoped constant in JavaScript?Q-1048
DifficultyEasy
TopicJS Basics
Used in8 tests