Skip to content

Instantly share code, notes, and snippets.

@MicrexIT
Created May 1, 2020 09:14
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 MicrexIT/7f684c84f6ec605bdbbe7c87e8dfc1fb to your computer and use it in GitHub Desktop.
Save MicrexIT/7f684c84f6ec605bdbbe7c87e8dfc1fb to your computer and use it in GitHub Desktop.
var serverResponseCode: Int? = 404
// serverResponseCode contains an actual Int value of 404
serverResponseCode = nil
// serverResponseCode now contains no value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment