If the same item is indexed consequently in variable declarations and/or assignments (e.g., var x = r[0]; y = r[1]; z = r[55]), that variables and/or assignments can be converted to a destructuring declaration or assignment.