From 2a2c3f73cbd09d48e80559154e984cc5832a42c8 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Yadav <86106262+Naveen-Kumar-Yadav@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:41:43 +0530 Subject: [PATCH 1/5] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..13704de --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Javascript Interview question From 0980c932257e5472c389c375af5e60a7a6e20869 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Yadav <86106262+Naveen-Kumar-Yadav@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:44:19 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13704de..104119a 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Javascript Interview question +Javascript interview question 2024 From 3a9ed759417cd1556b6c986c15195a907555b556 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Yadav <86106262+Naveen-Kumar-Yadav@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:46:43 +0530 Subject: [PATCH 3/5] Update_2024_ 100_JS_Question --- 100Questions/100_JS_Que | 2 ++ 1 file changed, 2 insertions(+) diff --git a/100Questions/100_JS_Que b/100Questions/100_JS_Que index a5fa33a..69a041a 100644 --- a/100Questions/100_JS_Que +++ b/100Questions/100_JS_Que @@ -1734,3 +1734,5 @@ function MCQ24() { */ } // MCQ24(); + +June 2024 From f90b010dd61931c2ba50b19227c6e66fd9b626b2 Mon Sep 17 00:00:00 2001 From: Naveen Kumar Yadav <86106262+Naveen-Kumar-Yadav@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:47:28 +0530 Subject: [PATCH 4/5] Update Interview-questions-answers --- Interview-questions-answers | 1 + 1 file changed, 1 insertion(+) diff --git a/Interview-questions-answers b/Interview-questions-answers index 279641a..512195e 100644 --- a/Interview-questions-answers +++ b/Interview-questions-answers @@ -260,3 +260,4 @@ const apiUrl = process.env.REACT_APP_API_URL; const apiKey = process.env.REACT_APP_API_KEY; Remember, the .env file should not be used to store sensitive information like secrets or passwords, as these files are generally included in the version control system and can be accessed by anyone with access to the repository. + From 8dae338085c4aeb22f3d9b7c5cc127ef5b6cb7fd Mon Sep 17 00:00:00 2001 From: Naveen Kumar Yadav <86106262+Naveen-Kumar-Yadav@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:49:16 +0530 Subject: [PATCH 5/5] Update JavaScript codes.docx --- js codes.docx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js codes.docx b/js codes.docx index 37209fe..25aec5f 100644 --- a/js codes.docx +++ b/js codes.docx @@ -3858,6 +3858,8 @@ function fibonacciWithMemoization(n, memo = {}) { const result = fibonacciWithMemoization(5); console.log(result); // Output: 5 +>>>>>>>>>>>>>> 2024 +