List of questions
Related questions
Question 199 - Certified JavaScript Developer I discussion
Refer the code below.
x=3.14;
function myfunction() {
"use strict";
y=x;
}
z=x;
myFunction();
A.
Your answer:
0 comments
Sorted by
Leave a comment first