Sha256: bb1678e0b701076ef0746d704f5f02fe2ae9a5fe1097abf389e63e5b005606a5
Contents?: true
Size: 479 Bytes
Versions: 10
Compression:
Stored size: 479 Bytes
Contents
{ "question": { "nerd_level": 5, "text": "How can you access the data passed in with window.history.pushState(data, \"Title\", \"/new-url\") via window.onpopstate event?", "created_by": "Mike Połtyn", "a1": "function () { this }", "a2": "function () { this.state }", "a3": "function (data) { data.state }", "a4": "function (data) { data }", "created_at": "2011-06-14", "category": "javascript", "right_answer": "a3", "id": "" } }
Version data entries
10 entries across 10 versions & 1 rubygems