Javascript objects without colon key value pair

  1. {
  2. books,
  3. recommendedBooks
  4. }
Note that this is just some fancy ES6 syntactic sugar for this:
  1. {
  2. books: books,
  3. recommendedBooks: recommendedBooks
  4. }

Comments

Popular posts from this blog

Fix Throttling CPU on Lenovo Flex 5