Skip to content

Instantly share code, notes, and snippets.

@joeywhelan
Created March 14, 2025 19:39
Show Gist options
  • Select an option

  • Save joeywhelan/363ffdb9c98a0180ee0650376da4af34 to your computer and use it in GitHub Desktop.

Select an option

Save joeywhelan/363ffdb9c98a0180ee0650376da4af34 to your computer and use it in GitHub Desktop.
$ node ccr_test.js
*** West CCR ***
{
name: 'Snow Crash',
author: 'Neal Stephenson',
release_date: '1992-06-01',
page_count: 470
}
{
name: 'Revelation Space',
author: 'Alastair Reynolds',
release_date: '2000-03-15',
page_count: 585
}
*** East CCR ***
{
name: 'Snow Crash',
author: 'Neal Stephenson',
release_date: '1992-06-01',
page_count: 470
}
{
name: 'Revelation Space',
author: 'Alastair Reynolds',
release_date: '2000-03-15',
page_count: 585
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment