Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Ternary assign with logical and
(version: 0)
Comparing performance of:
T1 vs T2
Created:
one year ago
by:
Guest
Jump to the latest result
Tests:
T1
const value = 'abc'; const obj = { ...(value ? { newProp: value } : {}) }; console.log(obj);
T2
const value = 'abc'; const obj = { ...(value && { newProp: value }) }; console.log(obj);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
T1
T2
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!
Comments
Confirm delete:
Do you really want to delete benchmark?