Skip to content

Instantly share code, notes, and snippets.

@chomwitt
Created March 1, 2013 08:24
var book = Object.create(null);
book["title"]="euclides 1";
book["author"]="euclid" ;
book["pages"]=140 ;
document.write("book's title is:" + book["title"]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment