How to add value in array specific position | JavaScript Tutorials in Hindi | Interview Question #5

Опубликовано: 30 Май 2026
на канале: Still Learning
1,647
32

In JavaScript, you can add a value to a specific position in an array using the splice() method. The splice() method allows you to add, remove, or replace elements in an array at a specific position. This is frontend developer interview question. In JavaScript Tutorials in Hindi series we will cover all the important Javascript interview questions.

In the above video, we define an array arr with 4 elements. We then define the index 2 as the position where we want to add the new value. We define the value 'march' as the new value to add. We then use the splice() method to add the new value to the specified position. The first argument to splice() is the index at which to start changing the array. The second argument is the number of elements to remove (in this case, we want to add an element without removing anything, so we set it to 0). The third argument is the new value to add. Finally, we use console.log to print the updated arr.

JavaScript Tutorials in Hindi Playlist:-
   • How to add value in array specific positio...  

HTML Tutorials in Hindi Playlist:-
   • What is difference between HTML 4 & HTML 5...  

Watch Another Videos 👇
SSC MTS 2017 Most Important GK Top 100 Questions with Answers
   • SSC MTS 2017 Most Important GK Top 100 Que...  

All Countries Prime Ministers List, Most Important GK
   • All Countries Prime Ministers List, Most I...  

SSC MTS 2017 Most Important GK/General Science Top 50 Questions with Answers
   • SSC MTS 2017 Most Important GK/General Sci...  

SSC MTS 2017 Top 30 Most Asked Spelling Mistakes in English MTS Previous Exam
   • SSC MTS 2017 Top 30 Most Asked Spelling Mi...  

#javascripttutorials
#interviewquestions
#javascripttutorialsinhindi
#javascriptinterviewquestions

~-~~-~~~-~~-~
Please watch: "#1 Complete Responsive Website using REACT JS & Bootstrap with Source Code 2024 🔥🔥"
   • #1 Complete Responsive Website using REACT...  
~-~~-~~~-~~-~