> Need some help with javascript?

Need some help with javascript?

Posted at: 2014-12-18 
Hi, i need some help with JavaScript, I need to do what it says on the picture. Thanks



function addme(a, b) {

????return a + b;

}

var x = 2,

?????y = 8,

?????z;

r = addme(x, y);

document.write("

" + r + "

");

Hi, i need some help with JavaScript, I need to do what it says on the picture. Thanks