Open kanstantsin-bucha opened 4 years ago
it looks like number.toString(), 'string' + 1, and other conversions number to string is not working.
checked
.toString() String() Template Strings Concatenating an Empty String
Can someone provide a solution to convert number to string? Give me a hint please.
Use JSON.stringify(number)
it looks like number.toString(), 'string' + 1, and other conversions number to string is not working.
checked
.toString() String() Template Strings Concatenating an Empty String
Can someone provide a solution to convert number to string? Give me a hint please.