---
title: "what is the way to append a value to an array?"  
description: "what is the way to append a value to an array?"  
author: "Amit Singh"  
published: 2011-03-18  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/526/what-is-the-way-to-append-a-value-to-an-array  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# what is the way to append a value to an array?

way to append a value in array \
for example:\
arrName[arrName.length]=value;

## Answers

### Answer by Amit Singh

way to append a value in array \
for example:\
arrName[arrName.length]=value;


---

Original Source: https://www.mindstick.com/interview/526/what-is-the-way-to-append-a-value-to-an-array

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
