Skip to content

Instantly share code, notes, and snippets.

@areeng
Created June 19, 2023 12:59
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 areeng/a40e50c5961fb05fed8a119e1c62f47f to your computer and use it in GitHub Desktop.
Save areeng/a40e50c5961fb05fed8a119e1c62f47f to your computer and use it in GitHub Desktop.
let name = 'Антон',
title = 'Основи JavaScript',
project = 'Creative Practice';
'Привіт! Мене звати ' + name + '! Вітаю вас на курсі ' + title + ' від проєкту ' + project + '!';
'Привіт! Мене звати Антон! Вітаю вас на курсі Основи JavaScript від проєкту Creative Practice!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment