bgwebagency / who-wants-to-be-a-javascriptaire

JavaScript multiple choice questions with answers and video explanation to help you with Frontend/Web coding interviews
https://youtu.be/Uysa8_Aa5Sg
MIT License
27 stars 13 forks source link

Created MCQA for different javascript array manipulation concepts #11

Closed Subham5401 closed 1 year ago

Subham5401 commented 1 year ago

Hello @kirandash,

I'm excited to submit this pull request for review. I've made the following changes:

  1. Created MCQA for the following javascript Array manipulation concepts:

    • Array.push()
    • Array.unshift()
    • Array.pop()
    • Array.shift()
    • Array.splice()
  2. Posted questions, options and apt explanations in README.md

  3. Posted code solutions in proper sequence of folders

I believe these changes address the improvement described in the original request.

Please review and provide your feedback. I'm open to any suggestions or improvements. I'm also happy to make any necessary updates or modifications as needed.

Looking forward to your feedback!

Subham5401 commented 1 year ago

Hi @Subham5401, Thanks for the PR! This is really great. All MCQAs are working perfectly fine. There are no bugs. But I have added some suggestions for the sake of better readability.

Please let me know if you need any help. I can commit the changes if you want me to.

Thank you for bringing to my attention the areas that require improvement. I will take the necessary steps to address them.

Subham5401 commented 1 year ago

Hello @kirandash , I sincerely appreciate your keen observation skills and thank you for bringing the areas that required improvement to my attention. I have taken your feedback into consideration and made the necessary changes accordingly. Please review and let me know if there is anything else I can do to assist you further.

kirandash commented 1 year ago

Fixes #1, #2, #3, #4, #5