We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b32b commit 2d909b6Copy full SHA for 2d909b6
examples/chapter01/01-HelloWorld.js
@@ -1,8 +1,8 @@
1
// @ts-check
2
+/* eslint-disable */
3
4
function output(t) {
5
document.write('<p>' + t + '</p>');
- return;
6
}
7
8
alert('Hello, World!');
0 commit comments