ucuseless code

(function() {
  return (function() {
    return (function() {
      return function() {
        return (function() {
          return (function() {
            return function() {
              return function() {
                return function() {          
                  console.log(0)
                }
              }
            }
          })()
        })()()
      }
    })()
  })()()
})()()()

View on github

Language: Javascript