Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Last active February 2, 2021 05:46
Show Gist options
  • Save sandrabosk/207b4b38421484e3cb75c613d86aa55c to your computer and use it in GitHub Desktop.
Save sandrabosk/207b4b38421484e3cb75c613d86aa55c to your computer and use it in GitHub Desktop.

Checking for understanding - String

  1. Create variables with your first name, last name and age.
  2. Make the first letters of your first and last name capitalized.
  3. Concatenate your first and last name to give your full name.
  4. Use console.log() method to output the sentence with the following structure: My name is _your-fullname_ and I am _____ years old.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment