Skip to content

Instantly share code, notes, and snippets.

@hw0k
Last active June 28, 2020 09:53
Show Gist options
  • Save hw0k/e720472eb90e8908e14fac6c78cf6ac9 to your computer and use it in GitHub Desktop.
Save hw0k/e720472eb90e8908e14fac6c78cf6ac9 to your computer and use it in GitHub Desktop.
FND 5
function createPage(title, body, tags, actions) { /* ... */ }
// usage
createPage('Hello world!', 'bodybodybody', ['onboarding'], []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment