Skip to content

Instantly share code, notes, and snippets.

@helielson
Last active October 23, 2019 02:13
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 helielson/560f9919b4ff8c894b5246b47e62a0fd to your computer and use it in GitHub Desktop.
Save helielson/560f9919b4ff8c894b5246b47e62a0fd to your computer and use it in GitHub Desktop.
const id = base64Encode('Event:{"eventId":1}');
const key = `${id}:title`;
const storeRecord = {
[key]: "My event",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment