linkedin github twitter
function add = (a, b) => {
  return a + b;
}