Home
Press ? for keyboard navigation
❮
Invocation patterns
getElementsByClassName
❯
apply
Apply
examples/functions/apply.js
var
f
=
function
()
{
console
.
log
(
this
);
}
var
x
=
{
fname
:
'Gabor'
};
f
.
apply
(
x
,
[
2
,
3
]);
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)