Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Apr 21, 2024
1 parent 000dc55 commit 7143d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function a() {
console.log('a', eval(window.data));
console.log('a', eval('12'));
}
function b() {
console.log('a', eval(window.data));
Expand Down

0 comments on commit 7143d71

Please sign in to comment.