Skip to content

Instantly share code, notes, and snippets.

@sandrabosk
Last active March 19, 2023 22:02
Show Gist options
  • Save sandrabosk/5b77c02efc92accc30054b4ea6906399 to your computer and use it in GitHub Desktop.
Save sandrabosk/5b77c02efc92accc30054b4ea6906399 to your computer and use it in GitHub Desktop.
  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 (after capitalizing them) to give your full name.

  4. Use console.log() method to output the sentence with the following structure: My name is __________ and I am _____ years old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment