Try this exercise. Fill in the missing part by typing it in.
What will be the final value of variable a below?
1let a = "Hello";
2let b = a;
3a = "World";Write the missing line below.


What will be the final value of variable a below?
Write the missing line below.
