Skip to content

Commit d3613e4

Browse files
committed
update
1 parent bd1c1e5 commit d3613e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Example/Arrow/ArrowFunction.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@
2929
const mul = (a, b) => {
3030
return a * b;
3131
};
32-
3332
console.log(mul(34,56))
34-
35-
33+
3634
</script>
3735
</head>
3836
<body>

0 commit comments

Comments
 (0)