We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var a let b = [1, 2, 3] const c = b[b.length - 1] export { c }