Javascript function as parameter - Browser compatibility -


i know the ability pass function names parameters handled modern browsers, i'm wondering older browsers compatibility:

  1. what first version of javascript/ecmascript supported it? supported since first days of javascript? (that surprise me)
  2. what versions of each of major browsers (google chrome, firefox, ie, safari, opera, etc.) first supported it?

as far i'm aware, functions have been objects, , objects have been passable arguments.


Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Copy range with conditional formatting -

Ansible - ERROR! the field 'hosts' is required but was not set -