📦method invocation
calling a method.
JS ⟩ statement ⟩ expression ⟩ invocation ⟩ method invocation
an invocation expression:f() where the funcExpr
part is a property access expression.
Last updated
calling a method.
JS ⟩ statement ⟩ expression ⟩ invocation ⟩ method invocation
an invocation expression:f() where the funcExpr
part is a property access expression.
Last updated