Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Created December 3, 2016 20:05
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 iam-peekay/79078d2d8915aed75321ee29c98c65f0 to your computer and use it in GitHub Desktop.
Save iam-peekay/79078d2d8915aed75321ee29c98c65f0 to your computer and use it in GitHub Desktop.
var myString = "my string";
var myNumber = 777;
var myObject = {
name: "Preethi",
age: 26,
};
function add(x, y) {
return x + y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment