Skip to content

Instantly share code, notes, and snippets.

@dimasmiftah
Created June 7, 2021 16:26
Show Gist options
  • Save dimasmiftah/4c7ae218dce7e2445203d1fb0d3ee254 to your computer and use it in GitHub Desktop.
Save dimasmiftah/4c7ae218dce7e2445203d1fb0d3ee254 to your computer and use it in GitHub Desktop.
// Nilai Primitive
let umurDimas = 20
let umurKirana = umurDimas
// Nilai Reference
let kucing = ['leo', 'lui']
let kucingDua = kucing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment