Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 27, 2024
1 parent 350c19c commit e7eadb4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@ function f1() {
function f2(x) {
return x;
}
(function (x) {
console.log("GOOD!!");
})(),
(function (x) {
console.log("GOOD!!");
})();
console.log("GOOD!!"), console.log("GOOD!!");

0 comments on commit e7eadb4

Please sign in to comment.