Alex-lab-design

Results 1 issues of Alex-lab-design

Предлагаемое решение выделил жырным ` function pow(x, n) { let result = x; for (let i = 1; i < n; i++) { result *= x; } return result; }...