Skip to content

Instantly share code, notes, and snippets.

@desawarna
Created July 26, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desawarna/6dbf1b1a2fece0df9f3237a820d1d1f3 to your computer and use it in GitHub Desktop.
Save desawarna/6dbf1b1a2fece0df9f3237a820d1d1f3 to your computer and use it in GitHub Desktop.
//Belajar Objek JS
Var HelloKity = {
nama : "Hello Kity",
sifat : "Manja",
warna : [ "pink" , "putih" ] ,
makanan : [ "wiskas" , "ikan" , "biskuit" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment