complexity: 2 ; importance: 2; author: docentmail


Functions

Problem 2016-02-11-17-30

complexity: 2 ; importance: 2; author: docentmail


Question: What would be message of the alert?

function fun(aaa   /* some comments */ ){
  // this is another comment
  return 'hello';
}

alert (fun);