Yandex Interview Question

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

Interview Answer

Anonymous

Jun 6, 2017

undefined

1