・Loop processing refers to the process of automatically repeating a certain task. ・For example, if you want to output numbers from 1 to 100 to the console, writing console.log() 100 times is tedious; ...