Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is eval pls breif information send me



what is eval pls breif information send me..

Answer / negi

The eval() function evaluates a string and executes it as if
it was script code.

In this example we use eval() on some strings and see what
it returns:

<script type="text/javascript">

eval("x=10;y=20;document.write(x*y)");
document.write("<br />");

document.write(eval("2+2"));
document.write("<br />");

var x=10;
document.write(eval(x+17));
document.write("<br />");

</script>

The output of the code above will be:

200
4
27

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More JavaScript Interview Questions

How to add html elements dynamically with JavaScript?

0 Answers  


What is the most popular javascript library?

0 Answers  


List different ways of empty an array in javascript?

0 Answers  


name any two javascript functions which are used to convert nonnumeric values into numbers?

0 Answers  


How we can get the value of an element using javascript?

0 Answers  


In javascript chained select menus are available.first select menu is worked and others are disabled.when we select any one option then the next select menu will worked having option releated to selcted in first select menu.How it possible? what is the coading of this programme?

1 Answers  


What is argument objects in javascript & how to get the type of arguments passed to a function?

0 Answers  


Can I learn javascript without html?

0 Answers  


Can you call a Java Applet using a JavaScript function?

2 Answers   HCL, Satyam,


What does _ mean in javascript?

0 Answers  


Why is currying called currying?

0 Answers  


How will you create new object in javascript?

0 Answers  


Categories