A raw infinite for loop is a loop that runs synchronously (operating). Here is a code snippet of it. ``` ts for (;;) { // Add code here } ```