function overloading
๐ง under construction
Last updated
Was this helpful?
๐ง under construction
Last updated
Was this helpful?
JS โฉ value โฉ function โฉ overloading
there is NO function overloading in JavaScript
same function name๏ผdifferent parameter(s).
function overloading vs. polymorphism
function overloading๏ผsame function name, different parameter(s).
polymorphism๏ผsame method name, different callers.