Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save djD-REK/7861dde22f68b59262fe2abd163849dc to your computer and use it in GitHub Desktop.
Save djD-REK/7861dde22f68b59262fe2abd163849dc to your computer and use it in GitHub Desktop.
let views = 10000
`${views} views` === views + " views" // true
`${views} views` === "".concat(views).concat(" views") // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment