List of questions
Related questions
Question 187 - Certified JavaScript Developer I discussion
Given the following code, what is the value of x?
let x = '15' + (10 * 2);
A.
35
B.
50
C.
1520
D.
3020
Your answer:
0 comments
Sorted by
Leave a comment first