Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

JS Console log not working, gives Try again error

let a = 10;
let b = 20;
let c = a + b;

console.log(c);
by

2 Answers

kshitijrana14
We are working on it. Please have patience . Happy learning
iamabhishek
It should be fixed now along with many other changes that we did to the JS course. Hope it works well now.

Login / Signup to Answer the Question.