Skip to content

Instantly share code, notes, and snippets.

@NhanKhangg98
Created September 11, 2022 08:51
Show Gist options
  • Save NhanKhangg98/3f3d93d824f04d8941afad2ab11ee7a5 to your computer and use it in GitHub Desktop.
Save NhanKhangg98/3f3d93d824f04d8941afad2ab11ee7a5 to your computer and use it in GitHub Desktop.
let firstName = "Nguyen";
let lastName = "Nhan";
let age = "24";
let job = "software engineering";
let salary = "100";
console.log(`My name is ${firstName} ${lastName}, i'm ${age} years old. I work as ${company} and make ${salary}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment