complexity: 5 ; importance: 1; author: docentmail
"typeof" operator (Problem 2015-12-16-20-07)
Question: What would be result of execution of expresion?
typeof typeof 123
// or the same with parenthis
typeof(typeof(123))