What are the three important manipulations done in a for loop on a loop variable in javascript?
a) the initialization, the Incrementation, and update
b) the initialization, the test, and the update
c) the initialization, the test, and Incrementation
d) All of the above