Skip to content

Instantly share code, notes, and snippets.

@me-shaon
Last active November 7, 2017 12:37
Show Gist options
  • Save me-shaon/fff4ef52226bda1a741bf3bd41cf6450 to your computer and use it in GitHub Desktop.
Save me-shaon/fff4ef52226bda1a741bf3bd41cf6450 to your computer and use it in GitHub Desktop.
Javascript Object 1
//following is an Javascript object
var person = {
firstName:"John",
lastName:"Doe",
age:50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment