Question:What will be the output for the following JavaScript code:
var total=function(item,tax){return item+=tax}
document.write("Your bill is $"+total(14.95,06))
 

A $20.95 

B Syntax Error 

C No output 

D 14.9506 

+ Answer
+ Explanation
+ Report
Total Preview: 736

Copyright © 2024. Powered by Intellect Software Ltd