Skip to content

Instantly share code, notes, and snippets.

@kristinaq
Created July 19, 2017 19:22
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 kristinaq/53547b7c8f39311685d9209ccbf45ad6 to your computer and use it in GitHub Desktop.
Save kristinaq/53547b7c8f39311685d9209ccbf45ad6 to your computer and use it in GitHub Desktop.
FullName1.swift
// Declare a firstName constant
let firstName = "Kristina"
// Declare a lastName constant
let lastName = "Quicho"
// Combine the strings into a fullName constant
let fullName = firstName + " " + lastName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment