Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Created February 8, 2018 12:17
Show Gist options
  • Select an option

  • Save samarthagarwal/1dcff689faa4b706ab8950133aced691 to your computer and use it in GitHub Desktop.

Select an option

Save samarthagarwal/1dcff689faa4b706ab8950133aced691 to your computer and use it in GitHub Desktop.
ACWA-08
var dataset1 = [];
var dataset2 = [];
for (var i = 0; i < 16; i++) {
dataset1.push(Math.floor(Math.random() * 10 + 1));
dataset2.push(Math.floor(Math.random() * 10 + 1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment