complexity: 2 ; importance: 3; author: docentmail


Spaces, new lines, tabs, semicolons

Problem 2016-02-10-17-12

complexity: 2 ; importance: 3; author: docentmail


Question: What is result of execution of the snippet?

 function a(){
	return
	1;
 }
 alert (a());