Q. Find output of below Javascript code Code: var a = 10; document.write(a=20); (A) 10 (B) 20 (C) Error (D) Nothing is printed ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 20