1.

function(x) { x * x }

A. func(x) { x * x }
B. function(x) { x / x }
C. none of the mentioned
Answer» C. none of the mentioned


Discussion

No Comment Found