var a = 5, b = 4;
var c = a % 2 === 0 ? "even" : "odd";
var d = b % 2 && "odd" || "even";
FAQ: FAQ
Source code: GitHub/MeasureThat.net
Report issues: MeasureThat.net/Issues
Based on: Benchmark.js
Facebook page: https://www.facebook.com/MeasureThat.Net
Python benchmarks support: Pyodide