JavaScript arguments Object Explained in Bangla

Опубликовано: 01 Июнь 2026
на канале: JS Bangladesh
3,913
151

arguments is an Array-like object accessible inside functions that contains the values of the arguments passed to that function.

যেই key ফ্যাক্টরগুলো আমাদের মনে রাখতে হবেঃ

✔ Available inside every function.
✔ It’s an array-like object. Only have length property.
✔ Contains all arguments passed to the function.
✔ Not available inside of arrow functions

আগের ক্লাসঃ    • Advanced Data Types | Primitive Data Types...  

Related Videos:
01. JavaScript Functions:    • JavaScript Functions | JavaScript  Bangla ...  
02. Deep Look at Functions Part-1:    • Deep Look at Functions (Part 1/2) | JavaSc...  
03. Deep Look at Functions Part-2:    • Deep Look at Functions (Part 2/2) | JavaSc...  
04. Arrow Functions:    • JavaScript Arrow Functions | JavaScript Ba...  


------------------------------------------------------
Facebook Group:   / jsbangladeshyt  
Facebook Page:   / jsbangladeshyt  

Instructor: Saidur Rahman Setu
Facebook:   / srsetu  
------------------------------------------------------
#JavaScript #BanglaTutorial #arguments