const x = 1;
const y = 'hello';
return x + y;