You are on page 1of 1

// Setup

var a;
a = 7;
var b;
b = a
// Only change code below this line

You might also like