Consider the following code:
let a = 300;
let b = a++;
let c = --b;
What is the value of the variable c?
Consider the following code:
let a = 300;
let b = a++;
let c = --b;
What is the value of the variable c?
Create a free account to access the full topic