how to answer js most asked interview questions | video 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 2

  • @pratimroy2405
    @pratimroy2405 11 หลายเดือนก่อน +1

    We can modify values inside an array which is declared as const because const makes the reference to the array immutable but the individual elements inside the array are mutable.