6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
function f() {
|
|
return
|
|
42;
|
|
}
|
|
|
|
assert.isUndefined(f()); |