forever loop in js

JavaScript
while(2 == 2) {
  //your code here
}while(0 == 0) {
  //whatever
}
Source

Also in JavaScript: