Home > Frontend Engineering and Javascript > Javascript Fundamentals > Introduction to JavaScript Variables and Assignment Show previous contentBuild your intuition. Fill in the missing part by typing it in.What will be the final value of variable a below?JAVASCRIPT1var a = "Hello" 2var b = a 3a = "World"Write the missing line below.SubmitReveal answer Show following content