Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Last active April 9, 2020 04:49
Show Gist options
  • Save lenoraporter/84cf0262ab5c6cdcf390180a3ad9e52e to your computer and use it in GitHub Desktop.
Save lenoraporter/84cf0262ab5c6cdcf390180a3ad9e52e to your computer and use it in GitHub Desktop.
JavaScript Var
var first = 'Lenora';
var last = 'Porter';
var fullname = first + " " + last;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment