TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Multiline strings in JavaScript

3 pointsby zatkinalmost 11 years ago

1 comment

lightbladealmost 11 years ago
It doesn't necessarily has to be slower than string concatenation. String concatenation has the issue of a lot of gc pauses. You'll need some benchmark tests to know for sure.