What type of scope does the end variable have in the code shown?
var start = 1; if (start === 1) { let end = 2; }
conditional
block
global
function