paramdeo / utteranc.es

0 stars 0 forks source link

blog/testing-imperative-loops-versus-higher-order-functions-in-javascript #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Testing an Imperative Loop versus Higher Order Functions in JavaScript - Paramdeo Singh

https://paramdeo.com//blog/testing-imperative-loops-versus-higher-order-functions-in-javascript

kristofzerbe commented 1 year ago

Thanks for this test. It's amazing how fast the good old FOR is, compared to the syntactic sugar. Back to the roots, I guess.