Skip to content

Commit 06899ea

Browse files
compiled app.ts
1 parent 303c3ea commit 06899ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app.js

+5
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ buttonElement.addEventListener('click', function () {
7474
printResult(result, OutputMode.CONSOLE);
7575
printResult(result, OutputMode.ALERT);
7676
});
77+
function logAndEcho(val) {
78+
console.log(val);
79+
return val;
80+
}
81+
logAndEcho('Hi there!').split(' ');

0 commit comments

Comments
 (0)