✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Is the code below correct? What is the result of compilation of this code?
function loggingIdentity<Type>(arg: Type): Type { console.log(arg.length); return arg;}