Created
January 7, 2020 20:50
-
-
Save Kledenai/0df3337f8eb2992e6e0a413cb452064f to your computer and use it in GitHub Desktop.
Adicionando variáveis de nome diferentes
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
var früh = 'Hallo Welt'; | |
var Früh = 'Hallo Hallo Universum'; | |
console.log(`${Früh} und ${früh}`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment