If an item is indexed consequently in variable declarations and/or assignments (for example,
var x = r[0]; y = r[1]; z = r[55]
), converts those variables and/or assignments to a destructuring declaration or assignment.