Skip to content

Instantly share code, notes, and snippets.

@emkay
Created October 23, 2015 17:03
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 emkay/6da66e2a4bfa75dfcfc1 to your computer and use it in GitHub Desktop.
Save emkay/6da66e2a4bfa75dfcfc1 to your computer and use it in GitHub Desktop.
$ node
> const what = 'space'
undefined
> what
'space'
> what.length
5
> what = 'jfkldsajfldsa'
'jfkldsajfldsa'
> what
'space'
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment