What is a way to append a value to an array?

Answer Posted / shailendra shukla

String AnswerArray[];

AnswerArray=new String[50];

Int Index=1;

AnswerArray[Index]=Test;

Is This Answer Correct ?    5 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to make a array as a stack using javascript?

517


What is difference between promise and callback?

480


What is the method for reading and writing a file in javascript?

537


How long does it take to learn coding?

579


What is a closure javascript? Explain

486






What is an ECMAScript?

551


What is the use of debugger keyword in javascript?

494


Explain the difference between javascript and an asp script.

499


What are the five data types?

456


What creates scope in javascript?

486


What is the use of window object?

533


Why do we need hoisting in javascript?

471


What is data types in javascript?

493


What is a closure and how do you use it?

511


What causes memory leaks?

510