Yandex interview question

What will this code return? - typeof (function(){})(): — callback — object — undefined — function

Interview Answer

Anonymous

6 June 2017

undefined

1