Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 76 Bytes

code-blocks.mdx

File metadata and controls

9 lines (6 loc) · 76 Bytes
var a

let b = [1, 2, 3]

const c = b[b.length - 1]

export { c }