Closed ByteJoseph closed 11 months ago
Error: SyntaxError: Unexpected identifier
This is a unicode encoding issue. The keyword used here പരിവർത്തനം
is not the same as പരിവര്ത്തനം
. That might sound funny, but try doing a .length on each of these. The second one uses a non-width joiner instead of the ചില്ലക്ക്ഷരം ർ
.
Please use the one with non-width joiner: പരിവര്ത്തനം
and it should get it working.
Will think if I should add a redundant keyword here. Thanks for the note.
ready to close? @prathyvsh
// its showing error പരിവർത്തനം k = 2; കാണിക്കുക(k);