//helper.js
1 const PI = 3.14159265359;
2 let radius = x
3 export const circleLength = (2PIx) => {
4 return 2PIx;
5}
Ошибка:
Test suite failed to run SyntaxError: /app/118158_97cead2d-1d48-4bd3-a5b4-0a44924223fc/helper.js: Binding invalid left-hand side in function parameter list. (3:29)
не понимаю, что за ошибка в левой части. Помоги разобраться.