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 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. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..104119a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Javascript interview question 2024 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 +