Skip to content

Commit

Permalink
add match
Browse files Browse the repository at this point in the history
  • Loading branch information
ahernandez411 committed Nov 9, 2023
1 parent 78e06c9 commit b087908
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src/main/resources/webgoat/static/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,10 @@ var app = function() {
}
closePanel();

console.log("hello world!");
console.log("hi, hello world");
console.log("hello world, how are you?");
console.log("You say hello world, I say hi there!");
console.log("How do you hello world in spanish?");
console.log("Why is this this phrase, hello world, in here so much");

console.log("hi");
console.log("hi");
console.log("hi");
console.log("hi");
console.log("hi");
console.log("hi");
console.log("hi");
console.log("hi");
const hi = "hello world";
const hello = "hello world, yo";
console.log(hi);
console.log(hello);

console.log(eval("1 + 1 + 1"));
console.log(eval(new String("2 + 2 + 2")));
Expand Down

0 comments on commit b087908

Please sign in to comment.