Home > Frontend Engineering and Javascript > Javascript Fundamentals > Initializing Variables and Basic Math Operations Show previous contentAre you sure you're getting this? Click the correct answer from the options.What is the value stored in variable c?JAVASCRIPT1var a = 10; 2var b = a; 3var c = b;Click the option that best answers the question.20 0 10 Gives an error Show following content