Closed shashwatbhatt closed 8 years ago
because we have used input.replace method in
input = input.replace(/[&<>]/g, function (m) { return map[m]; });
and the input is a number which does not contain replace method.
because we have used input.replace method in
input = input.replace(/[&<>]/g, function (m) { return map[m]; });
and the input is a number which does not contain replace method.