Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
Exercises
HTML
JavaScript
Git
CSS
PHP
Courses
Quizzes
Snippets
Tools
Dark
Light
System
Quizzez
HTML Basic
CSS Basic
Javascript Basic
PHP basic
ES6 Basic
TypeScript Basic
Angular Basic
React Basic
Sass Basic
Vue.js Basic
Git Basic
SQL Basic
Quiz Javascript Basic - What will be the output of the following statement?
let total=eval("10*10+8");
10*10+8
108 as an integer value
108 as a string
Exception is thrown
Answer
Your answer is correct
Your answer is incorrect
Start Quiz
Sorry about that
How can we improve it?
Thanks for your feedback!
Thanks for your feedback!
Do you find this helpful?
Yes
No
Related Questions
How do you write "Hello W3docs" in an alert box?
Which is the correct way to write a comment in JavaScript?
How can you detect the application name of the client’s browser?
Which of the following is the correct syntax to redirect a URL using JavaScript?
How do you declare a new date in JavaScript?
Which one of the following is correct?
Which function is used to load the next URL in the history list?
How do you write anything into the web page in JavaScript?
How do you get the DOM element with id in JavaScript?
How do you create a new function in JavaScript?
Can you set any style to HTML tag using JavaScript?
Which is undefined variable?
The JavaScript Date is fundamentally specified as ___
Which of the following is the correct syntax for opening a new window called "w3docs"?
Which of the following is the correct way to write an array?
Which of the following is the correct way to write “Welcome to W3docs” on the web page?
Which of the following does the pop() method do?
What kind of scope does JavaScript use?
Which of the following is used for assigning a value to a variable?
What will happen if the return statement doesn’t have the associated expression?