2 lines
39 B
JavaScript
2 lines
39 B
JavaScript
var hello = function hi() { sayHi() };
|
var hello = function hi() { sayHi() };
|