Skip to content

Instantly share code, notes, and snippets.

@cod3beat
Last active December 28, 2015 21:09
Show Gist options
  • Save cod3beat/7563027 to your computer and use it in GitHub Desktop.
Save cod3beat/7563027 to your computer and use it in GitHub Desktop.
mendalami ajax
<p>Merah: #E74C3C</p>
<p>Kuning: #F1C40F</p>
<p>Hijau: #27AE60</p>
<p>Biru: #2980B9</p>
[
{
"id": "merah",
"nilai": "#E74C3C"
},
{
"id": "biru",
"nilai": "#2980B9"
},
{
"id": "hijau",
"nilai": "#27AE60"
},
{
"id": "hitam",
"nilai": "#000000"
},
{
"id": "kuning",
"nilai": "#F1C40F"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment