0 / 60 seg.

What type of scope does the end variable have in the code shown?

var start = 1;
if (start === 1) {
  let end = 2;
}