importance: 4 --- # Bad style What's wrong with the code style below? ```js no-beautify function pow(x,n) { let result=1; for(let i=0;i