Back to Browse

The Arguments Object in Functions - JavaScript Tutorial

37.0K views
May 27, 2018
4:55

Through using the 'arguments' object within JavaScript functions, you are able to pass in an arbitrary number of arguments to a function and then use them accordingly. The 'arguments' object is an array-like data structure that allows you to access members by index, similar to how a regular Array would work. You also have access to a 'length' property which tells you how many arguments were passed in to the respective function. In this video I take you through a small guide on how to use this 'arguments' object to your advantage and also demonstrate a possible use for it - to add up numbers. For your reference, check this out: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments Support me on Patreon: https://www.patreon.com/dcode Follow me on Twitter @dcode! If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

Download

1 formats

Video Formats

360pmp46.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

The Arguments Object in Functions - JavaScript Tutorial | NatokHD