Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Last active January 28, 2024 14:57
Show Gist options
  • Save Lego2012/0d4c2d4ba680fda7bf40253fc56f3acc to your computer and use it in GitHub Desktop.
Save Lego2012/0d4c2d4ba680fda7bf40253fc56f3acc to your computer and use it in GitHub Desktop.
---
const obj = {
    name: str,
    number: num,
    favorites: ["astro", "css", "js"]
}
---
<h1>{obj.favorites[1].toUpperCase()}</h1>

[0] = astro [1] = css [2] = js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment