Skip to content

Instantly share code, notes, and snippets.

@marmeladze
Created July 22, 2020 11:47
Show Gist options
  • Select an option

  • Save marmeladze/ebf064eedaf662a243eadce3aa7d75df to your computer and use it in GitHub Desktop.

Select an option

Save marmeladze/ebf064eedaf662a243eadce3aa7d75df to your computer and use it in GitHub Desktop.
const label = (verbatim) => {
return `
<label>
${verbatim}
</label>`;
}
label("Username");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment