Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. "title": Title,
  2. "chapters": {
  3. "13c": {
  4. "words": 123,
  5. "spaces": 321
  6. },
  7. "15d": {
  8. "words": 123,
  9. "spaces": 321
  10. },
  11. "38h": {
  12. "words": 123,
  13. "spaces": 321
  14. }
  15. }
  16.  
  17. if(book.chapters.13c){
  18. console.log(book.chapters.13c);
  19. }
  20.  
  21. Uncaught SyntaxError: Unexpected token ILLEGAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement