:
:
chrome.webstore.install(undefined, extensionInstalled(), extensionFailed());
, () extensionInstalled() extensionFailed(). , , var:
chrome.webstore.install(undefined, extensionInstalled, extensionFailed);
:
.. , , .
, IMO . , , 2 :
var myfunctionVar = function() {
console.log('hello, world');
}
function myfunction() {
console.log('hello, world');
}
(.. myfunctionVar() myfunction()).
, myfunctionVar , , myfunction , ( script , ). "", .
myfunctionVar(), . myfunction(), .
. .
( !) Javascript, , , , -. W3Schools.