Posted by: hamrochautari June 16, 2016
Solve this - II
Login in to Rate this Post:     0       ?        
var a = 'nepal';
var b = ';
for (var i = a.length - 1; i >= 0; i--) {
b = b+a[i];
}
//alert(b); will print lapen.
Read Full Discussion Thread for this article