Skip to content

Instantly share code, notes, and snippets.

@McLarenCollege
Created August 30, 2021 05:24
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 McLarenCollege/9ff079e352f17fa36d3c5478a808f2c4 to your computer and use it in GitHub Desktop.
Save McLarenCollege/9ff079e352f17fa36d3c5478a808f2c4 to your computer and use it in GitHub Desktop.
Print Full Name

Given two variables firstName and lastName write an expression to print the following

let firstName = "John";
let lastName = "Smith";
// write the expression here
should print "My full name is John Smith"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment