0
Q:

how to comment a template string

const fields = `
  id,${ /* post id */'' }
  message,${ /* post status/message */'' }
  created_time,
  permalink_url,
  type
`;

console.log(fields);

ugly and effective  (like ummm ... some certain programming languages)
0

New to Communities?

Join the community