From 842423822243d489a81101967d101395abe3920a Mon Sep 17 00:00:00 2001 From: TK Date: Fri, 19 Jan 2024 17:49:05 -0300 Subject: [PATCH] * --- coding_interviews/{bigfrontend => frontend}/README.md | 0 .../js-coding-questions/array-flat/array-flat.js | 0 .../js-coding-questions/array-intersect/array-intersect.js | 0 .../js-coding-questions/array-intersect/array-intersect.test.js | 0 .../{bigfrontend => frontend}/js-coding-questions/curry/curry.js | 0 .../js-coding-questions/decode-message/decode-message.js | 0 .../js-coding-questions/decode-message/decode-message.test.js | 0 .../js-coding-questions/first-bad-version/first-bad-version.js | 0 .../first-bad-version/first-bad-version.test.js | 0 .../js-coding-questions/flatten/flatten.js | 0 .../implement-a-queue-by-using-stack.js | 0 .../js-coding-questions/remove-characters/remove-characters.js | 0 .../remove-characters/remove-characters.test.js | 0 .../traverse-dom-level-by-level/traverse-dom-level-by-level.js | 0 .../traverse-dom-level-by-level.test.js | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename coding_interviews/{bigfrontend => frontend}/README.md (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/array-flat/array-flat.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/array-intersect/array-intersect.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/array-intersect/array-intersect.test.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/curry/curry.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/decode-message/decode-message.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/decode-message/decode-message.test.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/first-bad-version/first-bad-version.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/first-bad-version/first-bad-version.test.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/flatten/flatten.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/implement-a-queue-by-using-stack/implement-a-queue-by-using-stack.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/remove-characters/remove-characters.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/remove-characters/remove-characters.test.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.js (100%) rename coding_interviews/{bigfrontend => frontend}/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.test.js (100%) diff --git a/coding_interviews/bigfrontend/README.md b/coding_interviews/frontend/README.md similarity index 100% rename from coding_interviews/bigfrontend/README.md rename to coding_interviews/frontend/README.md diff --git a/coding_interviews/bigfrontend/js-coding-questions/array-flat/array-flat.js b/coding_interviews/frontend/js-coding-questions/array-flat/array-flat.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/array-flat/array-flat.js rename to coding_interviews/frontend/js-coding-questions/array-flat/array-flat.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/array-intersect/array-intersect.js b/coding_interviews/frontend/js-coding-questions/array-intersect/array-intersect.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/array-intersect/array-intersect.js rename to coding_interviews/frontend/js-coding-questions/array-intersect/array-intersect.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/array-intersect/array-intersect.test.js b/coding_interviews/frontend/js-coding-questions/array-intersect/array-intersect.test.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/array-intersect/array-intersect.test.js rename to coding_interviews/frontend/js-coding-questions/array-intersect/array-intersect.test.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/curry/curry.js b/coding_interviews/frontend/js-coding-questions/curry/curry.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/curry/curry.js rename to coding_interviews/frontend/js-coding-questions/curry/curry.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/decode-message/decode-message.js b/coding_interviews/frontend/js-coding-questions/decode-message/decode-message.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/decode-message/decode-message.js rename to coding_interviews/frontend/js-coding-questions/decode-message/decode-message.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/decode-message/decode-message.test.js b/coding_interviews/frontend/js-coding-questions/decode-message/decode-message.test.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/decode-message/decode-message.test.js rename to coding_interviews/frontend/js-coding-questions/decode-message/decode-message.test.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/first-bad-version/first-bad-version.js b/coding_interviews/frontend/js-coding-questions/first-bad-version/first-bad-version.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/first-bad-version/first-bad-version.js rename to coding_interviews/frontend/js-coding-questions/first-bad-version/first-bad-version.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/first-bad-version/first-bad-version.test.js b/coding_interviews/frontend/js-coding-questions/first-bad-version/first-bad-version.test.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/first-bad-version/first-bad-version.test.js rename to coding_interviews/frontend/js-coding-questions/first-bad-version/first-bad-version.test.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/flatten/flatten.js b/coding_interviews/frontend/js-coding-questions/flatten/flatten.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/flatten/flatten.js rename to coding_interviews/frontend/js-coding-questions/flatten/flatten.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/implement-a-queue-by-using-stack/implement-a-queue-by-using-stack.js b/coding_interviews/frontend/js-coding-questions/implement-a-queue-by-using-stack/implement-a-queue-by-using-stack.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/implement-a-queue-by-using-stack/implement-a-queue-by-using-stack.js rename to coding_interviews/frontend/js-coding-questions/implement-a-queue-by-using-stack/implement-a-queue-by-using-stack.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/remove-characters/remove-characters.js b/coding_interviews/frontend/js-coding-questions/remove-characters/remove-characters.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/remove-characters/remove-characters.js rename to coding_interviews/frontend/js-coding-questions/remove-characters/remove-characters.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/remove-characters/remove-characters.test.js b/coding_interviews/frontend/js-coding-questions/remove-characters/remove-characters.test.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/remove-characters/remove-characters.test.js rename to coding_interviews/frontend/js-coding-questions/remove-characters/remove-characters.test.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.js b/coding_interviews/frontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.js rename to coding_interviews/frontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.js diff --git a/coding_interviews/bigfrontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.test.js b/coding_interviews/frontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.test.js similarity index 100% rename from coding_interviews/bigfrontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.test.js rename to coding_interviews/frontend/js-coding-questions/traverse-dom-level-by-level/traverse-dom-level-by-level.test.js