Created
June 7, 2021 16:26
-
-
Save dimasmiftah/4c7ae218dce7e2445203d1fb0d3ee254 to your computer and use it in GitHub Desktop.
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
// 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