Mukul
Member since Aug 6, 2010
- Profile: /members/6606-mukul.htm
- Comments: 4
Recent Blog Comments By Mukul
-
Exploring Javascript's eval() Capabilities And Closure Scoping
Posted on Aug 10, 2010 at 12:35 AM
Thank you so much Ben. I got my answer. Really very helpful.I was searching it for so long.. But Ben as i saw its very useful,can i use eval() frequently?... read more »
-
Exploring Javascript's eval() Capabilities And Closure Scoping
Posted on Aug 9, 2010 at 8:37 AM
One more question ben.In my problem we can simply use var text = "TeamName_" + teamCount; then why use var text = eval("TeamName_" + teamCount); Actually i want to know the difference between the two. Is their any advantage if using eval? some peoople says eval is very harmful.it reloads th... read more »
-
Exploring Javascript's eval() Capabilities And Closure Scoping
Posted on Aug 9, 2010 at 8:28 AM
Thanks ben, Its really very helpful.First time i understand the use of eval in this scenario. Thanks for giving time for my problem and for your support too.... read more »
-
Exploring Javascript's eval() Capabilities And Closure Scoping
Posted on Aug 6, 2010 at 6:57 AM
Hlo ben, what if i use var text = eval("TeamName_" + teamCount); *team count can b any integer value. what are the consequences of this. Can you pls tell me . i am new in javascript. and please tell me how eval works here. Thanks.... read more »