Javascript for() loop vs jQuery .each() performance comparison
This post is an outcome of 15 minutes of free time and a question that I had yesterday. This question were: How fast jQuery’s .each() method is? How does it compare to javascript’s native for loop? It is clear without any performance tests that native javascript for loop is faster, but I always used jQuery’s .each() utility with caution. It always felt like I will get a performance