RS
Thanks for this. This is very helpful! Did not know about array.sort(). "Variables cheat sheet" is also very useful. 1 + 2 + "3" = 33. I did not know that. Always used (). But I think var c = "Hi" + "" + "Rahul"; // "Hi Rahul" will actualy be "HiRahul" . Anyway, thanks alot!