Q. What will be the output of the below code ? Code: console.log( typeof( '5' + 5)) (A) null (B) object (C) string (D) number ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) string