Created
September 11, 2022 08:51
-
-
Save NhanKhangg98/3f3d93d824f04d8941afad2ab11ee7a5 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 ${company} and make ${salary}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment