NeuraQuiz
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
API Testing Foundations Quiz
Software Testing
15:00
Question 1 of 20
BEGINNER
+1 XP
Previous
🏳️ Flag
Submit Quiz
Next
Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BEGINNER
1 pts
javascript
⚡ Output
Loading code snippet...
What is the output of this JavaScript code snippet: const response = { status: 200, data: 'OK' }; console.log(response.status);
A
OUTPUT:
200
B
OUTPUT:
OK
C
OUTPUT:
404
D
OUTPUT:
undefined