Created
February 8, 2018 12:17
-
-
Save samarthagarwal/1dcff689faa4b706ab8950133aced691 to your computer and use it in GitHub Desktop.
ACWA-08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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