Skip to content

Instantly share code, notes, and snippets.

@Kledenai
Created January 7, 2020 20:50
Show Gist options
  • Save Kledenai/0df3337f8eb2992e6e0a413cb452064f to your computer and use it in GitHub Desktop.
Save Kledenai/0df3337f8eb2992e6e0a413cb452064f to your computer and use it in GitHub Desktop.
Adicionando variáveis de nome diferentes
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