What would be the output of the following code?
var x=15%4
var y=20% 3
console.log(x+y);