Skip to content

Instantly share code, notes, and snippets.

@arbo77
Last active April 26, 2019 18:09
Show Gist options
  • Save arbo77/1fdda948e9bd76a8c2380bdc8cb7e1bd to your computer and use it in GitHub Desktop.
Save arbo77/1fdda948e9bd76a8c2380bdc8cb7e1bd to your computer and use it in GitHub Desktop.
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