js notes(1)

case 1

var book = {title:"The Hobbit",author:"J.R.R.Tolkien",published:1937};
case 2
var player={name:"Max",health:50,place:"The Dungeon of Doom",items:"a rusty key, The sowrd of Destiny, a piece of cheese"};
case 3
var post={id:1,title:"My Crazy Space Adventure",author:"Philae",created:"2015-06-21",body:"You will not believe where I just woke up!! Only on a comet..."};
case 4
var event={title:"Appraisal Meeting",startDate:"2016-10-04 16:00:00",endDate:"2016-10-04" 17:00:00,location:"Martha’s office",importance:1,notes:'Don\'t forget the portfolio!'};
case 5
var questionAndAnswer = {question:"What is the capital of France?",answer1:"Bordeaux",answer2:"F",answer3:"Paris",answer4:"Brussels",correctAnswer:"Paris",marksForQuestion:2};
case 6
var location = {"city":"San Francisco","state":"CA","country":"US","zip":"94101","latitude":37.775,"longitude":-122.418,"elevation":47.000};

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章