DEV Community

Discussion on: I Am Warning You Don't Click!

Collapse
 
thormeier profile image
Pascal Thormeier

Lemme try that:


const myFunction = (
  a,
  b,
  c
) => {
  return a + b + c
}

for (
  let x = 0;
  x < 100; 
  x++
) {
  for (
    let y = 0;
    y < 100;
    y++
  ) {
    for (
      let y = 0;
      y < 100;
      y++
    ) {
      console.log(
        myFunction(
          x,
          y,
          z
        )
      )
    }
  }
}

I'm not sure why I did this. Oh my word, imagine coding like this...

Thread Thread
 
grahamthedev profile image
GrahamTheDev • Edited

OMG WTF is that, Quick kill it with fire GIF (soldier with flamethrower)