Skip to content

Commit 2d909b6

Browse files
committed
removed unecessary return
1 parent 735b32b commit 2d909b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chapter01/01-HelloWorld.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// @ts-check
2+
/* eslint-disable */
23

34
function output(t) {
45
document.write('<p>' + t + '</p>');
5-
return;
66
}
77

88
alert('Hello, World!');

0 commit comments

Comments
 (0)