Created
March 24, 2022 17:17
-
-
Save erikfig/bd4e4a0b317a6e36d7cc4112575efa8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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