There was an error while loading. Please reload this page.
/* * * Prosen Ghosh * American International University - Bangladesh (AIUB) * */
Problem:
The code gives an error!
a = 123.toString Fix it!
Solution:
var a = Number(123).toString(); //Or var a = String(123);