Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created March 24, 2022 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikfig/bd4e4a0b317a6e36d7cc4112575efa8e to your computer and use it in GitHub Desktop.
Save erikfig/bd4e4a0b317a6e36d7cc4112575efa8e to your computer and use it in GitHub Desktop.
// Proposta 1
const mainMenu: string[] = [
'Home', 'Estudar', 'Conhecer outros devs'
]
// Proposta 2
const mainMenu: string[] = [ 'Home', 'Estudar', 'Conhecer outros devs' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment