# Hello, MDX World export const name = "world"; export const array = [{ name: "jack" }]; # Hello {name.toUpperCase()} ; ``` const a = "test" ```