Question:What will be the output of the following code?
var total=new Function("item","tax","return item+=tax");
document.write("Your bill is $"+total(14.43,06))
 

A Syntax Error 

B $20.43 

C No output 

D 14.4306 

+ Answer
+ Explanation
+ Report
Total Preview: 684

Copyright © 2024. Powered by Intellect Software Ltd