私は関数を持っていますが、この関数をオーバーライドしたいのですが、いくつかのグローバル値に基づいてオーバーライド関数を実行します。オーバーライド関数を拡張して条件に基づいて拡張関数を実行します
var myName = 'Raju';
function x() {
console.log(myName);
}
//Now extend the function and based on condition like if myName === 'Raju' alert the name
うわー!!これは..素晴らしい作品!ありがとうございます –
ありがとうございます。すてきな一日を! –