🤖 Coding News ⚡️
27K subscribers
2 photos
1 video
808 links
High quality articles, videos, and tutorials about programming 💻

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics 💥

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
Download Telegram
​​Template literals in JavaScript are basically regular strings on roids. The syntax for writing them is with backticks instead of regular string quotes. You can place expressions into those template literals which will be evaluated and replaced with the resulting values of those expression

#javascript #template_literals #styled_components