© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Na
Not found
Error while creating an object with
var book1 = { title: "Cashvertising"; author: "Drew E. Whitman"; } //object is created => No, unexpected ";"
Rashita Mehta
Developing..
var book1 = { title: "Cashvertising", author: "Drew E. Whitman", }
That will be a ' , ' instead of ' ; '