The for loop in JavaScript is a fundamental control structure that allows you to execute a block of code repeatedly under controlled conditions. Suppose you want to calculate the sum of all odd ...