diff --git a/playground.js b/playground.js deleted file mode 100644 index f8678d4..0000000 --- a/playground.js +++ /dev/null @@ -1,2 +0,0 @@ -const a = `a\\b`; -console.log(a.split("\\"));