Peter Mortensen
- 31.3k
- 22
- 110
- 134
Dynamic function name in javascript?JavaScript
Dynamic function name in javascript?JavaScript
I have this:
this.f = function instance(){};
I would like to have this:
this.f = function ["instance:" + a](){};
Dynamic function name in javascript?
I have this:
this.f = function instance(){};
I would like to have this:
this.f = function ["instance:" + a](){};
Dynamic function name in JavaScript
I have this:
this.f = function instance(){};
I would like to have this:
this.f = function ["instance:" + a](){};
I have this: this.f = function instance(){};
this.f = function instance(){};
I would like to have this: this.f = function "instance:" + a{};
this.f = function ["instance:" + a](){};
I have this: this.f = function instance(){};
I would like to have this: this.f = function "instance:" + a{};
I have this:
this.f = function instance(){};
I would like to have this:
this.f = function ["instance:" + a](){};
lang-js