Answer:
50
var X gets passed into the rectangle function, which I assume would set the x and y coordinates to what the var's have already been set to.
Not entirely sure what you want to achieve, but consider this program:
var a = 'foo';
var b = 'bar';
var c = { first : a, second : b };
console.log(JSON.stringify(c, null, 4));
A json object c is constructed using the values from variables a and b. Is this what you mean?
Answer: <span>Routing & </span>Remote Access<span> (RRAS)</span>