I'm kind of curious why this doesn't work
JavaScript:
function evaluate(){
console.log(42);
}
HTML:
<a onclick="evaluate()">Click Me!</a>
Is evaluate a reserved keyword somewhere on the html side?
|
I'm kind of curious why this doesn't work JavaScript:
HTML:
Is evaluate a reserved keyword somewhere on the html side? |
|||
|
|
|||||||||||||||||
|
|
Evaluate is not a reserved word in JavaScript, You could still name your function
|
|||
|
|
|
"evaluate" is not a reserved keyword, but when it's used in inline event handler, it happens to collide with document's
|
||||
|
|
NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments. This could be because of two different reasons though. – Felix Kling Feb 7 at 16:08