Sha256: 313ea5d9e663cded629d3716f8bb78e017d4541a4b14aff17b569214cf6921cd
Contents?: true
Size: 464 Bytes
Versions: 10
Compression:
Stored size: 464 Bytes
Contents
{ "question" : { "id": "", "category": "javascript", "nerd_level": 4, "text": "Which of these Immediately-Invoked Function Expressions won't give you a NERD-ALERT?", "a1": "~function(){ alert('NERD'); }();", "a2": "0, function(){ alert('NERD'); }();", "a3": ";function(){ alert('NERD'); }();", "a4": "true && function(){ alert('NERD'); }();", "right_answer": "a3", "created_at": "2011-08-14", "created_by": "Marco" } }
Version data entries
10 entries across 10 versions & 1 rubygems