Skip to content

Instantly share code, notes, and snippets.

@QuocCao-dev
Created September 11, 2022 08:53
Show Gist options
  • Save QuocCao-dev/125eeb51e6cafdba8ba3c2c782988da7 to your computer and use it in GitHub Desktop.
Save QuocCao-dev/125eeb51e6cafdba8ba3c2c782988da7 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 ${job} and make ${salary}`
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment