JavaScript Array Const

In JavaScript, To create a const array we write const before the array name. const allows you to only modify the value of the array.

Code :