Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
string concat vs portion of toiosstring
(version: 0)
Comparing performance of:
concat vs toisostring
Created:
9 years ago
by:
Guest
Jump to the latest result
Tests:
concat
var date = new Date(); string = date.getDate() + "-" + date.getMonth() + "-" + date.getFullYear();
toisostring
var date = new Date(); string = date.toISOString().split("T")[0];
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
concat
toisostring
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Related benchmarks:
Javascript 'concat()' vs '+' for strings
Template strings vs. String.concat v2
toString vs concatonate
Javascript 'concat()' vs '+'
interpolation vs toString vs concat
Comments
Confirm delete:
Do you really want to delete benchmark?