function add(a, b) { //interesting fun return a + b; }
function add(a, b) {
//interesting fun
return a + b;
}