Fatec Jahu Workshop JS Corrija o código a abaixo. const x, y = 5 x + 10 function somar () { r = x + y } console.log(somar())