ucuseless code

function a() {
  b()
}
function b() {
  a()
}

View on github

Language: Javascript