var arr = ['AppD", "Robotics", "Graphics Designing"]; (i.)Write js code to add 5 points WebD at index 1 in the arr array
Posted: Thu Jul 14, 2022 2:11 pm
var arr = ['AppD", "Robotics", "Graphics Designing"]; (i.)Write js code to add 5 points WebD at index 1 in the arr array. (USE IN BUILT FUNCTION) (ii.) Write js code to add WebD at index 1 in the arr array (without using built-in functions.)