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
What is arguments object in JavaScript?
What is an asynchronous programming? Why is it important in javascript?
Explain the difference between “==” and “===”?
How are javascript and ecma script related?
What is the benefit of arrow functions?
How to empty an array in JavaScript?
Explain javascript accessors ?
Which is faster jquery or javascript?
Is javascript default scripting language?
What are 2 (shorthand) boolean operators supported by javascript
What is asynchronous javascript?
Can I write javascript in notepad?
What are the ways of making comments in javascript?
What is 'use strict'?
What does the term sticky session mean in a web-farm scenario?