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

What are escape characters in javascript?

570


How do I start a javascript project?

536


Where do you write javascript?

553


Taking a developer's perspective, do you think that that javascript is easy to learn and use?

568


What is the difference between sessionstate and viewstate?

589






What does the following statement declares?

574


What web sites do you feel use javascript most effectively (i.e., Best-in-class examples)? The worst?

581


How do I open a .js file?

548


What will happen if an infinite while loop is run in Javascript?

586


How can you set position of the page (top and left) to 0 using javascript in one line code?

637


What is arguments object in JavaScript?

634


How do you check if a variable is an object

627


What is Date object in JavaScript?

640


What is the === in javascript?

540


How do I add javascript to chrome?

601