function add(a, b) {

//interesting fun

return a + b;

}