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

Answer

Level1 lesson 3
by

4 Answers

iamabhishek
Here is the correct answer:

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

console.log(c);
document.write("Hello JS!")
Ranjithqpte7
It's not working bro
Ranjithqpte7
Bro or please tell in format I can't get what is this
Ranjithqpte7
Iamabhishek I can't find nothing as a output here worst

Login / Signup to Answer the Question.