Skip to content

Instantly share code, notes, and snippets.

@gracefullight
Created December 22, 2016 06:27
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 gracefullight/b2c9d723e47e4a7713fff20d6073b6d0 to your computer and use it in GitHub Desktop.
Save gracefullight/b2c9d723e47e4a7713fff20d6073b6d0 to your computer and use it in GitHub Desktop.
// JavaScript syntax to set a default value
var text = someString || "default text";
var text2 = someString || someString2 || "default text2";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment