Skip to content

Instantly share code, notes, and snippets.

@maheshsundaram
Last active November 1, 2017 05:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save maheshsundaram/6be0d74b951cd7373c7e to your computer and use it in GitHub Desktop.
Save maheshsundaram/6be0d74b951cd7373c7e to your computer and use it in GitHub Desktop.
var monitor = {
item: Math.floor(Math.random()*227) + 1111,
min: {
value: 0
},
max: {
value: 1337
}
};
console.log(monitor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment