Login
From:
R. W. Blickhan
(Uncensored)
subscribe
TIL: JavaScript Arguments Object
https://rwblickhan.org/technical/til/20231228-javascript-arguments/
links
backlinks
Roast topics
Find topics
Find it!
JavaScript has a built-in arguments object in every function that lets you access the arguments passed to a function, even if the function doesn't have any listed parameters! (What. What.)