Skip to content

Commit dd871f9

Browse files
Completed Task
1 parent f8711ed commit dd871f9

File tree

1 file changed

+3
-0
lines changed
  • Regular-Expressions/Match-Literal-Strings

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let waldoIsHiding = "Somewhere Waldo is hiding in this text.";
2+
let waldoRegex = /Waldo/;
3+
let result = waldoRegex.test(waldoIsHiding);

0 commit comments

Comments
 (0)