-
-
Save QuocCao-dev/125eeb51e6cafdba8ba3c2c782988da7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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