prettier/tests/destructuring/destructuring.js

3 lines
63 B
JavaScript
Raw Normal View History

const [one, two = null, three = null] = arr;
a = ([s=1,]) => 1