From 7d3806ce764f4dbab9f1123bb885e2cb8d46728c Mon Sep 17 00:00:00 2001 From: mobinkazemi Date: Wed, 29 Dec 2021 13:14:58 +0330 Subject: [PATCH] update --- playground.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 playground.js 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("\\"));