Skip to content

Instantly share code, notes, and snippets.

@oleersoy
Last active September 26, 2019 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleersoy/7786bc4938c9f63816c1026dd7e7f765 to your computer and use it in GitHub Desktop.
Save oleersoy/7786bc4938c9f63816c1026dd7e7f765 to your computer and use it in GitHub Desktop.
posts.ts
const posts: Post[] =
[
{
title: "Filtering Objects",
content: "We have an ...",
tags: ['javascript', 'filtering']
},
{
title: "Searching an Array of Dates",
content: "We have a text input='11/25/2014'",
tags: ['javascript', 'searching']
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment