blob: fb7833d580d29c24aaf76172c198c2ef995f15ce [file] [log] [blame]
var [a, b, ...rest] = array;
const [a, b, ...rest] = array;