I am worrying why this error is coming. I am using plain javascript. I found some code from google. and it started giving me error "calculator: 2166 Uncaught ReferenceError: _ is not defined".
Please let me know why it is used here.
var n = 20;
output_without_subsidy = _ * n;
Posted in Javascript