Tell us what’s happening:
Describe your issue in detail here.
Your code so far
i want to know how we arrive at
var a = 45;
var b = 12;
var difference = a - b;
console.log(difference);
const difference = 45 - 0;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
Challenge: Basic JavaScript - Subtract One Number from Another with JavaScript
Link to the challenge: