Last active
April 26, 2019 18:09
-
-
Save arbo77/1fdda948e9bd76a8c2380bdc8cb7e1bd to your computer and use it in GitHub Desktop.
This file contains 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 contacts = []; // contoh 1 | |
const bulan = [ | |
'JAN','FEB','MAR','APR','MEI','JUN', | |
'JUL','AGS','SEP','OKT','NOV','DES' | |
]; // contoh 2 | |
var data = new Array(10); // contoh 3 | |
var list = new Array(10,2); // contoh 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment