Result should be made from nums of the product or it should any number be up to the product?
But there is no "8"s in 451165470, or maybe I misunderstood the kata
7 * 23 * 87 * 32210 = 451165470, you missed 87
I think there are errors in tests: Testing for 7, 23, 87, 32210 -> expected 5417145 to equal 8510158
Can't stop laughing😂: "your code length = 52: expected 'code length >= 52' to equal 'code length < 52'"
Greate job👍
Thank you, xDranik, for this amazing kata😊
if (parseInt(str2) > 9_007_199_254_740_991) { ^ SyntaxError: Invalid or unexpected token ;
Why is that?
Loading collection data...
Result should be made from nums of the product or it should any number be up to the product?
But there is no "8"s in 451165470, or maybe I misunderstood the kata
7 * 23 * 87 * 32210 = 451165470, you missed 87
I think there are errors in tests:
Testing for 7, 23, 87, 32210 -> expected 5417145 to equal 8510158
Can't stop laughing😂:
"your code length = 52: expected 'code length >= 52' to equal 'code length < 52'"
Greate job👍
Thank you, xDranik, for this amazing kata😊
if (parseInt(str2) > 9_007_199_254_740_991) {
^
SyntaxError: Invalid or unexpected token ;
Why is that?